/usr/share/gretl/scripts/ps9-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 | # PS9.1, for Examples 9.1 and 9.2 illustrating
# autocorrelation and the residual plot
open data6-6
genr time
ols farmpop const time
genr ut=$uhat
genr ut1=ut(-1)
corr ut ut1
textplot ut time
|