On Sun, 11 Oct 2015, Raul Gimeno wrote:
Thank you for your answers.
In addition please see
http://lists.wfu.edu/pipermail/gretl-users/2015-October/011195.html
If I understand when you display the data you get only integers...
No, you see what gretl considers a suitable number of significant
figures, given the input. In some cases this will involve showing
"integer" values but in general not.
To understand this, try copying the following comma separated data
to a CSV file, open it in gretl, select all the series x1 to x5, and
choose /Data/Display values.
x1,x2,x3,x4,x5
1,1.1234,1234.45678,0.00001,123456789.1
2,2.1234,2234.45678,0.00002,223456789.1
3,3.1234,3234.45678,0.00003,323456789.1
4,4.1234,4234.45678,0.00004,423456789.1
5,5.1234,5234.45678,0.00005,523456789.1
(I'll also attach this as a .csv file but I'm not sure how ell that
will come out via pipermail.)
Allin Cottrell