Skip to content
Prev 244408 / 398506 Next

Error in vector("integer", length) : vector size cannot be NA

On Wed, Dec 08, 2010 at 08:12:34PM -0800, mathijsdevaan wrote:
The number of entries in the table is 310660*17431. Using integer
type, this is 310660*17431*4 bytes, which is 20.17 GB. This probably
does not fit into RAM. Function table() produces a full matrix, not
a sparse one, even if there are empty cells.

Petr Savicky.