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
|