search for: lesaffre_dat

Displaying 3 results from an estimated 3 matches for "lesaffre_dat".

2008 Mar 29
0
AD-MB problem in package:glmmADMB
...DMB_temp_dir_ when programing is running , but this fold mysteriously disappeared 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 eval...
2008 Mar 29
0
AD-model builder under R for mix logistics model, a problem.
the code is list below , 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+00...
2005 Dec 14
3
glmmADMB: Generalized Linear Mixed Models using AD Model Builder
Dear R-users, Half a year ago we put out the R package "glmmADMB" for fitting overdispersed count data. http://otter-rsch.com/admbre/examples/glmmadmb/glmmADMB.html Several people who used this package have requested additional features. We now have a new version ready. The major new feature is that glmmADMB allows Bernoulli responses with logistic and probit links. In addition there