This file is indexed.

/usr/share/gretl/scripts/ps4-3.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
# PS4.3 for Examples 4.12 and 4.13 in Section 4.5 
open data4-3
ols housing 0 gnp intrate 
# Model B in Example 4.12 
omit intrate
# Model C in Example 4.13 
ols housing 0 gnp intrate pop unemp
# Wald test for omitting pop and unemp 
omit pop unemp 
# add unemp back for Practice Problem 4.8 
add unemp