/usr/share/gretl/scripts/greene19_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 | # Replicate the Poisson analysis of McCullagh and Nelder's
# ship damage data, from chapter 19 of Greene's Econometric Analysis,
# 4th edition
open mccullagh.gdt
poisson Acc const TB TC TD TE T6569 T7074 T7579 O7579 ; Months
poisson Acc const T6569 T7074 T7579 O7579 ; Months
poisson Acc const TB TC TD TE O7579 ; Months
|