What operating system are you running on? Do you know if you have run out of physical memory? If on Windows, what do you have '--max-mem-size' set to on the command line invoking the RGUI?
On 9/11/07, Sasse, Mark <[EMAIL PROTECTED]> wrote: > I have been using R off an on for approximately 3 months. As 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 > > > > [EMAIL PROTECTED] > > > > > > > ----------------------------------------- > Use of email is inherently insecure. Confidential information, > including account information, and personally identifiable > information, should not be transmitted via email, or email > attachment. In no event shall Citizens or any of its affiliates > accept any responsibility for the loss, use or misuse of any > information including confidential information, which is sent to > Citizens or its affiliates via email, or email attachment. Citizens > does not guarantee the accuracy of any email or email attachment, > that an email will be received by Citizens or that Citizens will > respond to any email. > > This email message is confidential and/or privileged. It is to be > used by the intended recipient only. Use of the information > contained in this email by anyone other than the intended recipient > is strictly prohibited. If you have received this message in error, > please notify the sender immediately and promptly destroy any > record of this email. > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.