I'm trying to do a logistic regression in R and after almost an hour I get an error message Error: can not allocate vector of size 5.1 Gb I have looked at the memory.limit () and memory.size () functions and this is the result
memory.limit () 12180
memory.size () 76.12
What do I have to do to prevent error? Thanks