Re: [R] pairwise linear regression between two large datasets

2012-04-02 Thread stathisan
actually i figured it out: regRes[dim(regRes)[1]] should be regRes[dim(regRes)[1], ] -- View this message in context: http://r.789695.n4.nabble.com/pairwise-linear-regression-between-two-large-datasets-tp4527476p4527680.html Sent from the R help mailing list archive at Nabble.com.

[R] large data sets of irregular time series

2012-02-26 Thread stathisan
Hi, I am trying to run several types of time series/statistical analysis on large data sets of irregularly spaced time series. So far I have been playing around with zoo, but for large data sets I run into memory problems. Is there any package that offers support for such analysis? Or you think big