LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (June 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 27 Jun 2007 17:55:58 -0700
Reply-To:   David L Cassell <davidlcassell@MSN.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   David L Cassell <davidlcassell@MSN.COM>
Subject:   Re: Logistic Regression with Random effects
In-Reply-To:   <200706271829.l5RApAe3005491@malibu.cc.uga.edu>
Content-Type:   text/plain; format=flowed

hein0106@UMN.EDU wrote: > >I am trying to analyze a data set of 300 observations. The response >variable is a 0 or 1 (binary). I also want to include a random effect in >the model. > >What would be the best option PROC GLIMMIX or NLMIXED?

What are your data like? What is the sample size, and what are your variances like, and how big are the individual cells here?

>The model that I would like to fit is below: > >CLASS BREED HY herd service cow; >MODEL CONCEIVE = HERD breed hy(herd) service; >random cow(breed); > > >I can not seem to get PROC GLIMMIX to converge with binary data and I am >not >sure where to get starting values to use NLMIXED?

Hmm.

What is your *exact* code for PROC GLIMMIX? I'm used to PROC GLIMMIX working pretty well for binary dependent variables.

Why do you have to get starting values for NLMIXED? (If you're desperate, try something simple like proc mixed for that.)

>If anyone could offer suggestions, I would appreciate it. > >Brad H.

HTH, David -- David L. Cassell mathematical statistician Design Pathways 3115 NW Norwood Pl. Corvallis OR 97330

_________________________________________________________________ Make every IM count. Download Messenger and join the i’m Initiative now. It’s free. http://im.live.com/messenger/im/home/?source=TAGHM_June07


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