Displaying 1 result from an estimated 1 matches for "maxfico".
Did you mean:
max_vco
2007 Sep 11
1
Vector Size Error Message
...such, I am
not very knowledgeable about coding in R. Currently I am running into
the following problem. I'm using scan to make data available in R. The
data I'm loading consists of over 400,000 records with 5 data fields.
After running the following statement:
mod1<-glm(DefMigFlag~MaxFICO, family=binomial(link="logit"))
R returns the following error message:
Error: cannot allocate vector of size 3.3 Mb
Can anyone tell me how what I need to do to enable R to execute my glm
statement?
Thanks very much!
Mark Sasse
Mark.sasse@citizensbank.com
--...