This file is indexed.

/usr/share/gretl/scripts/greene9_1.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
# Replicate the comparison of OLS and LAD in section 9.8.1
# of William Greene's Econometric Analysis, 4e
open greene9_1.gdt
series l_valadd = log(valadd)
list X = capital labor
list lX = log(X)
ols l_valadd 0 lX
set seed 12347
lad l_valadd 0 lX