LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (July 2010, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 19 Jul 2010 12:39:57 -0500
Reply-To:     Andrew Agrimson <jagrimsasl@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Andrew Agrimson <jagrimsasl@GMAIL.COM>
Subject:      GLIMMIX question
Content-Type: text/plain; charset=ISO-8859-1

Hello all,

I recently ran into an issue with PROC GLIMMIX where I'm recieving the following error:

Integer overflow on computing amount of memory required. NOTE: The SAS System stopped processing this step because of insufficient memory

I coded up the same model (gamma regression with a random intercept) in NLMIXED and did not receive this error although it took 39 hours to converge. I called SAS and there doesn't seem to be a way to adjust GLIMMIX to avoid the error above(without reducing the size of my data set). I was really hoping to use GLIMMIX on my full data set because of ease of use and ease of diagnostics and faster convergence. One thought I had use to adjust the convergence criteria in NLMIXED so it doesn't run as long, and then use GLIMMIX on smaller sample to examine residuals. Does anybody have any thoughts or concerns with this approach? Changing the convergence criteria is a little scary but if the parameter estimates are nearly identical I think I would feel okay about it.

Does anybody have any code where they've used the predict statement to output residuals in NLMIXED (marginal, conditional, pearson,etc.)?

Thanks,

Andy


Back to: Top of message | Previous page | Main SAS-L page