Re: [R] F-test question

2013-08-13 Thread Pascal Oettli
Hello, r1$df and r2$df don't exist. Regards, Pascal 2013/8/13 Ingo Wardinski > G'day > I try do compute some F-statistics of a singular spectrum analysis of a > timeseries sv > I run: > > require(Rssa) > > s <- ssa(sv) > > summary(sv) >Min. 1st Qu. MedianMean 3rd Qu.Max. > -4.2

[R] F-test question

2013-08-13 Thread Ingo Wardinski
G'day I try do compute some F-statistics of a singular spectrum analysis of a timeseries sv I run: > require(Rssa) > s <- ssa(sv) > summary(sv) Min. 1st Qu. MedianMean 3rd Qu.Max. -4.238 2.761 6.594 6.324 10.410 15.180 > r1 <- reconstruct(s,groups = list(1:5)) > r2 <- reco