R: big.matrix multiplication

2k views Asked by At

All,

I am working with R2.14 on 64-bit Windows 7.

I am trying to square a big.matrix object (big thanks to the developers), and may require raising it to a higher power.

From my research the bigalgebra package would be right up my street, but it seems to be still under construction.

Is there any alternative for algebra on a big.matrix object?

Thanks in advance. W.

1

There are 1 answers

0
And_R On

Just try this for bigalgebra:

install.packages("bigalgebra", repos="http://R-Forge.R-project.org")

This have to work!