R bigglm() Error: cannot allocate vector of size

1.4k views Asked by At

When I ran a regression using just glm(), I received an error
"Error: cannot allocate vector of size 128.7 Gb
In addition: Warning messages:
1: In rep.int(c(1, numeric(n)), n - 1L) :
Reached total allocation of 8089Mb: see help(memory.size)"
So I decided to use bigglm(), setting chunksize to various numbers, but I still receive the same error. Please help, I am using a dataframe with 380 columns and 340000 rows.

0

There are 0 answers