Skip to content

Help ...

1 message · Liaw, Andy

#
It's because you've asked R to create an object of size 5 * 4 * 12488 *
1000 * 8 bytes, or 1905.5 MB, and R failed to get that much memory from
the operating system.

Andy