/usr/share/gretl/scripts/greene7_8.inp is in gretl-common 2016a-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | open greene7_8.gdt
genr Gpop = G/Pop
logs Gpop Y Pg Pnc Puc
genr time
genr year = time + 1959
smpl 1960 1995
ols l_Gpop const l_Y l_Pg l_Pnc l_Puc year
smpl 1960 1973
ols l_Gpop const l_Y l_Pg l_Pnc l_Puc year
smpl 1974 1995
ols l_Gpop const l_Y l_Pg l_Pnc l_Puc year
|