File: README

package info (click to toggle)
gretl 2025c-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 65,328 kB
  • sloc: ansic: 429,246; sh: 4,918; makefile: 3,261; cpp: 2,777; xml: 610; perl: 364
file content (24 lines) | stat: -rw-r--r-- 813 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This directory contains:

* A C program to create a gretl database using XML data from the
  FRED system of the Federal Reserve Bank of St Louis; in ./FRED.

* A similar C program to create a gretl database using XML data
  from the Federal Reserve Board; in ./FRB.

* Some scripts for creating gretl databases out of economic data 
  that are freely available from nber.org; in ./nber.

* Apparatus for installing a gretl-mode file for editing gretl
  scripts in emacs in ./emacs.
  
* A C program to revise gfn files or hansl scripts -- at present,
  to replace "=" with "==" when a test for equality is required;
  in ./scriptfix.
  
* A C program to create a gzipped file containing bin and idx
  components of a gretl database (or to extract these components),
  in ./dbzip.

Allin Cottrell
cottrell@wfu.edu