[R-sig-ME] mixed effect modeling with imputed data set

ali ali_482002 at yahoo.com
Tue Jun 16 05:49:39 CEST 2015


Hi all
I imputed my data using multiple imputation procedure in STATA. I would like
to conduct mixed effect modeling on the imputed data set in R. I do not know
how to write the code over the imputed data set.
My code is:	
fit <- glmer(y ~ x1+x2 +x3+(1|regiogid),family= binomial("logit"), data =mydata)

Best Regards



More information about the R-sig-mixed-models mailing list