[R-SIG-Finance] timeSeries Error
ayuksel
ayhan.yuksel at finansportfoy.com
Tue Oct 11 17:21:31 CEST 2011
Hi,
I get the same problem.
I guess the problem may be related to masking some of the objects by
different packages.
When I only load fPortfolio, everthing seems to be OK:
> library(fPortfolio)
> LPP = 100 * as.timeSeries(data(LPP2005REC))[, 1:3]
> class(LPP)
[1] "timeSeries"
attr(,"package")
[1] "timeSeries"
However, when I load fSeries package, I got an error:
> library(fSeries)
> LPP = 100 * as.timeSeries(data(LPP2005REC))[, 1:3]
Error in .local(.Object, ...) :
unused argument(s) (Data = c(5,4,....)
Any suggestions?
Regards,
Ayhan Yuksel
--
View this message in context: http://r.789695.n4.nabble.com/timeSeries-Error-tp2019185p3894796.html
Sent from the Rmetrics mailing list archive at Nabble.com.
More information about the R-SIG-Finance
mailing list