Re: [R] About Error message

2012-07-02 Thread Petr PIKAL
> > Hi again! > I have a question about R. > I have done gam in previous version of R with "mgcv" package and saved the > workspace. This workspace contains different models and I will do prediction > by these GAMs. > > However, I install new version of R. and use the same workspace. when I ty

Re: [R] About Error message

2012-06-30 Thread Bert Gunter
Ummm Read the error message and do what it says? " F is missing from cr smooth - refit model with current mgcv. " The older models appear to be incompatible with the newer version of mgcv/R summary() methods. Read the new ?summary help. There may be a parameter you can give it to make it wor