<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Rafael,<div>You might be miss-specifying your model.</div><div>You may want </div><div><br></div><div><blockquote type="cite"><div>mix<-glmm.admb(dur~1,random=~1,group="id",data=dat,family="nbinom",easyFlag=FALSE,verbose=TRUE)</div></blockquote><br></div><div>This would make an intercept only model but allow the different levels of "id" to vary in their intercept. Depending on your experimental design, this might be what you want. What relationship were you hoping the model to represent?</div><div>cheers,</div><div>Mollie</div><div><br></div><div><div><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div><span class="Apple-style-span" style="font-size: 12px; "><div>Mollie Brooks</div><div>Ph.D. Candidate</div><div>NSF IGERT Fellow</div><div>Biology Department</div><div>University of Florida</div><div><a href="mailto:mbrooks@ufl.edu">mbrooks@ufl.edu</a></div><div><a href="http://www.zoology.ufl.edu/mbrooks">www.zoology.ufl.edu/mbrooks</a></div><div><br></div></span></div></span><br class="Apple-interchange-newline">
</div>
<br><div><div>On 12 Jun 2011, at 7:04 AM, Rafael Mares wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Dear all<br><br>I am trying to run the following model using glmmADMB (ver. 0.5-2) in<br>R (ver. 2.13.0) in a linux terminal:<br><br>rmix<-glmm.admb(dur~1,random=~group,group="id",data=dat,family="nbinom",easyFlag=FALSE,verbose=TRUE)<br><br>and I get the following error message:<br><br>Current maximum number of independent variables is 50000<br>  You need to increase the global variable MAX_NVAR_OFFSET to 58531<br>  This can be done by putting the line<br>    'gradient_structure::set_MAX_NVAR_OFFSET(58531);'<br>  before the declaration of the gradient_structure object.<br>Error in glmm.admb(dur ~ 1, random = ~group, group = "id", data = dat,  :<br>  The function maximizer failed<br><br>I've done some reading, mainly on the admb-project website and posts<br>on this mailing list, and tried modifying the 'gradient_structure'<br>line in the TOP_OF_MAIN_SECTION in the nbmm.tpl file in my R library,<br>as I think is suggested... but I get the same error message as if<br>nothing had been changed. I would greatly appreciate it if someone<br>could clarify if I'm doing something wrong, or if it actually isn't<br>possible to change the gradient_structure when running glmmADMB<br>through R. By the way, I have no problems running the same model with<br>"random=~1".<br><br>Thank you in advance for any help.<br>All the best,<br><br>Raff<br><br>--<br>Rafael Mares<br>Large Animal Research Group (LARG)<br>Department of Zoology<br>University of Cambridge<br>Downing Street<br>Cambridge<br>CB2 3EJ<br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@admb-project.org">Users@admb-project.org</a><br>http://lists.admb-project.org/mailman/listinfo/users<br><br></div></blockquote></div><br></div></body></html>