Displaying 2 results from an estimated 2 matches for "fit_glmmadmb_ip".
2008 Mar 29
0
AD-model builder under R for mix logistics model, a problem.
...ow , i can run this code for laplace approximation
but not importance sampling. the code work properly if use impSamp=0 ,
but error for any other number >0 .
could you guys help me out.
thanks so much !
source("http://www.mi.uib.no/~skaug/cash/lesaffre_dat.s")
library(glmmADMB)
fit_glmmADMB_ip <- glmm.admb(y~treat,random=~1,group="subject",impSamp
=100,data=lesaffre,family="binomial",link="logit",save.dir= NULL)
Initial statistics: 2 variables; iteration 0; function evaluation 0
Function value 1.5926934e+003; maximum gradient component mag 1.2500e+001...
2008 Mar 29
0
AD-MB problem in package:glmmADMB
...d after the programing done .
searched the whole computer desn't find any clue.
I posted my output below.
I really appreciate if you can help me with the questions.
source("http://www.mi.uib.no/~skaug/cash/lesaffre_dat.s
<http://www.mi.uib.no/%7Eskaug/cash/lesaffre_dat.s>")
fit_glmmADMB_ip <- glmm.admb(y~treat,random=~1,group="subject",impSamp
=100,data=lesaffre,family="binomial",link="logit",save.dir= NULL)
Initial statistics: 2 variables; iteration 0; function evaluation 0
Function value 1.5926934e+003; maximum gradient component mag 1.2500e+001
V...