Displaying 2 results from an estimated 2 matches for "impsamp".
Did you mean:
img&
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="bi...
2008 Mar 29
0
AD-MB problem in package:glmmADMB
...lt by otter company know as AD-MB
tools . i explore a little bit this tools under the R Package for mixed
logistics model. it is a very interesting tool. but i get several questions.
first question: i tried the R code below, and have the error , i can run
the code for switching the setting to impSamp=0 , it means i can only
run the code under Laplace approximation but importance sampling. does
anyone have same problem here ?
second question: although i used save.dir=NULL option , but i can not
see the folder which saves the intermedia output, i didn't find the
nbmm.std file which sa...