Re: [R] do.call and timeSeries

2009-11-10 Thread Bierbryer, Andrew
uesday, November 10, 2009 2:38 PM To: Bierbryer, Andrew Cc: r-help@r-project.org Subject: Re: [R] do.call and timeSeries Bierbryer, Andrew wrote: > Does anyone know why the following code hangs on the do.call, but works > fine when I either comment out the require(timeSeries) or only do 2 &

Re: [R] do.call and timeSeries

2009-11-10 Thread Peter Ehlers
Bierbryer, Andrew wrote: Does anyone know why the following code hangs on the do.call, but works fine when I either comment out the require(timeSeries) or only do 2 levels of a for loop instead of 3? Thanks, Andrew Bierbryer require(timeSeries) num <- 1 x.list <- l

[R] do.call and timeSeries

2009-11-10 Thread Bierbryer, Andrew
Does anyone know why the following code hangs on the do.call, but works fine when I either comment out the require(timeSeries) or only do 2 levels of a for loop instead of 3? Thanks, Andrew Bierbryer require(timeSeries) num <- 1 x.list <- list() for ( i in 1:10 ) {