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

[R] About Error message

2012-06-29 Thread pigpigmeow
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 type summary(models),

[R] About Error Message in readSeries function from Rmetrics

2010-06-02 Thread JOSH C. CHIEN
Hi all R users, I download market data from Yahoo Finance to save file in csv. But, I can't load data set into R successfully. I don't why ? Below is error message. > data <- readSeries("D:/data.csv",header=T,sep=",") Error in midnightStandard2(charvec, format) : 'charvec' has non-NA entries o

[R] About Error Message in readSeries function from Rmetrics

2010-06-02 Thread JOSH C. CHIEN
Hi all R users, I download market data from Yahoo Finance to save file in csv. But, I can't load data set into R successfully. I don't why ? Below is error message. > data <- readSeries("D:/data.csv",header=T,sep=",") Error in midnightStandard2(charvec, format) : 'charvec' has non-NA entries o