Forum: open-discussion


RE: zoo-related process fairly slow [ Reply ] By: Michael Ash on 2009-12-04 18:39 | [forum:2256] |
I think that this problem was resolved by reinstalling the latest version of "zoo". Thanks! BTW, We ran the same script on a lab full of computers and had a lot of variation, with older version of R (2.9.2) running the dynlm() and the cbind() much more quickly than those running the newer version (2.10.0). The overall speed of the computer was irrelevant and we had variation across Macs and linux systems. |
zoo-related process fairly slow [ Reply ] By: Michael Ash on 2009-12-04 15:40 | [forum:2255] |
I find that zoo-related processes (for example, cbind with several zoo objects or dynlm using lags and diffs of a zoo-object) run very slowly on my computer, compared with other cbind's or lm's. These are not enormous zoo objects, e.g., 852 observations with 5 or 6 variables. Do you have any advice? Thanks. |