On Fri, 12 Mar 2010, Pindar wrote:
I wonder why in the R consol the "following code"
doesn't appear
(page 218 of the GRETL handbook):
gretldata <- read.table("/home/jack/.gretl/Rdata.tmp", header=TRUE)
attach(gretldata)
Rdata.tmp does exist on my directory, GRETL produces it, but no
sign of it in R...
Try, in R:
gretldata
It should be there. We just need to update the manual. If you try
the current snapshot of gretl you should see a message saying that
the data were loaded.
Allin Cottrell