Displaying 1 result from an estimated 1 matches for "r51685".
Did you mean:
r51655
2010 Apr 19
1
Issue with aggregate.ts and/or %\% on Windows
...attached base packages:
[1] stats graphics grDevices utils datasets methods base
and on Windows I get an incorrect answer
> x <- rep(6:10, 1:5)
> as.vector(aggregate(as.ts(x), FUN = mean, ndeltat = 5))
[1] 7.0 8.5 9.5
> sessionInfo()
R version 2.11.0 beta (2010-04-11 r51685)
i386-pc-mingw32
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods bas...