On Thu, 4 Sep 2008, [EMAIL PROTECTED] wrote:
I have a need to build a time series and there are a couple of aspects about
the time series object that are confusing me. First it seems that ts.union is
not doing what I would expect. For example:
x0 <- rep(0,10)
x1 <- rep(1,10)
xt0 <- ts(x0, fr
I have a need to build a time series and there are a couple of aspects about
the time series object that are confusing me. First it seems that ts.union is
not doing what I would expect. For example:
x0 <- rep(0,10)
x1 <- rep(1,10)
xt0 <- ts(x0, frequency=10)
xt1 <- ts(x1, frequency=10)
st2 <-
2 matches
Mail list logo