powered by
with.imputationList
MIextract(results, expr, fun)
expr
results
fun
MIcombine
data(smi) models<-with(smi, glm(drinkreg~wave*sex,family=binomial())) betas<-MIextract(models,fun=coef) vars<-MIextract(models, fun=vcov) summary(MIcombine(betas,vars))
Run the code above in your browser using DataLab