Skip to content
Prev 320562 / 398506 Next

problem with plots with short example.

yes I was also having something like this happen to me just before everything blew up. i never set a working directory, but use file.choose() or call the path directly.   but the last few hours before it failed, it kept running older datasets, when i clearly called the new data set, for example,
would yeild in the summary immediately after:  (with no error called on my model!)
Call:
lm(formula = dat$dem ~ dat$cpi + as.factor(dat$country), 
    data = dat)

i was forced to do rm(data)  more than once.

no idea what's goign on.
On Mar 29, 2013, at 12:58 AM, Duncan Mackay wrote: