/usr/share/gretl/scripts/ps6-9.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 | # PS6.9 for estimating demand elasticities -- Section 6.11
open data4-4
logs BUSTRAVL FARE GASPRICE INCOME POP DENSITY LANDAREA
ols l_BUSTRAVL const l_FARE l_GASPRICE l_INCOME l_POP l_DENSITY l_LANDAREA
omit l_DENSITY
omit l_GASPRICE
omit l_FARE
|