Skip to content

Error on as.timeSeries function

1 message · anna

#
Hello everyone, I am trying to use the as.timeSeries.ts()/as.timeSeries()
method on a ts object. Here is the error I get:
as.timeSeries.ts(mes)
Error in .local(.Object, ...) : 
  unused argument(s) (Data = c(NA, NA, 14.2,15.5,
I tried the same removing the NA values it gave me same error so I don't
think it is linked.
Any idea?