On Mon, 14 Apr 2008, Ignacio Diaz-Emparanza wrote: > El Monday 14 April 2008 09:20:10 Riccardo (Jack) Lucchetti escribió: > > mod1 <- lm(price ~ sqft+bedrms+baths) > > summary(mod1) > > Jack: > > I obtain the following error: > > Error en parse(file, n = -1, NULL, "?", srcfile, encoding) : > /home/etpdihei/.gretl/Rscript.tmp: syntax error, unexpected $undefined > at > 4: > 5: > Ejecución interrumpida
My best guess is that R is choking on some garbage white space (non-breaking spaces or some such?) which may, perhaps, be an artifact of copying and pasting from an evil email client into the gretl script editor. I see two "funny symbols" before "summary(mod1)". Try typing the commands into gretl. Allin.
