Search found 3 matches

by johnsphoughton
Tue Nov 26, 2019 11:09 am
Forum: R2MLwiN user forum
Topic: Pooling results using multiply imputated data (MICE)
Replies: 3
Views: 10192

Re: Pooling results using multiply imputated data (MICE)

Hi Chris, thanks for your response. I have no experience writing functions so I don't think that route is possible for me. I guess I will have to look into working with an older version of mice, however I'm concerned that this may result in me not being able to impute my data using the methods I hav...
by johnsphoughton
Tue Nov 26, 2019 10:01 am
Forum: R2MLwiN user forum
Topic: R2MLwiN with mice imputed data (with sampling weights)
Replies: 5
Views: 14426

Re: R2MLwiN with mice imputed data (with sampling weights)

Hi, in the original post you state that pooling works without weights:

Code: Select all

summary(pool(model)) <--- THIS WORKS
This is currently what I am tryin to do, however I consistently get an error: No glance method for objects of class mlwinfitIGLS. Can anyone help?
by johnsphoughton
Mon Nov 25, 2019 4:56 pm
Forum: R2MLwiN user forum
Topic: Pooling results using multiply imputated data (MICE)
Replies: 3
Views: 10192

Pooling results using multiply imputated data (MICE)

Hi there, I am unable to pool results using data that has been multiply imputed using the MICE package and analysed using R2MLwiN. F1 <- bmi~1+(1|id)+(1|sweepage) model1<-with(imp1, runMLwiN(Formula = F1)) summary(pool(model1)) The final line of code produces the following error: "No glance met...