Skip to content
Prev 10040 / 29559 Next

Creating very large spatial weight matrix

Sorry, I also realize that your vector is just too long - R is limited
to a 32-bit index, so it just cannot be done without special tricks in
separate vectors.

The ff package documentation mentions that 64-bit indexing may be
included in a future release, and there have been discussions on this
for base R. (perhaps for R 3.0)

Cheers, Mike
On Fri, Nov 19, 2010 at 10:40 AM, Michael Sumner <mdsumner at gmail.com> wrote: