[R-SIG-Finance] timeSeries Error

Jeffrey Ryan jeffrey.ryan at lemnica.com
Tue Oct 11 17:25:19 CEST 2011


The fSeries package has long since been deprecated IIRC.

Try timeSeries instead.

Best,
Jeff

On Tue, Oct 11, 2011 at 10:21 AM, ayuksel
<ayhan.yuksel at finansportfoy.com> wrote:
> 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.
>
> _______________________________________________
> R-SIG-Finance at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-sig-finance
> -- Subscriber-posting only. If you want to post, subscribe first.
> -- Also note that this is not the r-help list where general R questions should go.
>



-- 
Jeffrey Ryan
jeffrey.ryan at lemnica.com

www.lemnica.com
www.esotericR.com



More information about the R-SIG-Finance mailing list