Re: [R] SPI package error

2013-08-28 Thread arun
August 28, 2013 8:56 AM Subject: Re: [R] SPI package error I don't know how the set variables in first column, in rest a know to compute seq. On 28 August 2013 15:54, catalin roibu wrote: Thank you! >A last question! In the first column I want to insert variable years at 1901 >t

Re: [R] SPI package error

2013-08-28 Thread arun
ot;Error: very large number of arguments" I think it would be better to contact the package maintainer regarding this: maintainer("spi") #[1] "Josemir Neves " A.K. ___ From: catalin roibu To: arun Sent: Wednesday, August 28, 2013

Re: [R] SPI package error

2013-08-28 Thread arun
   Oct    Nov Dec #1  1.7191440  1.1226632  1.3777239  0.1114739 -0.51120062 #2 -0.1091491 -0.1324877 -0.1511746 -0.3828513 -0.08032998 A.K. - Original Message - From: arun To: catalin roibu Cc: R help Sent: Wednesday, August 28, 2013 8:31 AM Subject: Re: [R] SPI package err

Re: [R] SPI package error

2013-08-28 Thread arun
Hi, If you wanted the 'fitted' values:  source("cat1.txt") #dat1 is the dataset dat2<-dat1$fitted A.K. From: catalin roibu To: arun Sent: Wednesday, August 28, 2013 8:26 AM Subject: Re: [R] SPI package error I have another quest

[R] SPI package error

2013-08-28 Thread catalin roibu
Dear all! I find a problem from SPI package. When I try a 6 months scale I have this error: write.table(test,file="spi.txt",quote=FALSE,row.names=TRUE) spi3<-spi(6,"spi.txt",1902,2009) Error in paste(title, sep = "") : argument "title" is missing, with no default If I use 3 months scale everythi