File: README

package info (click to toggle)
gretl 2019a-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 53,708 kB
  • sloc: ansic: 367,137; sh: 4,416; makefile: 2,636; cpp: 2,499; xml: 580; 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