Search found 3 matches
- Tue Nov 26, 2019 11:09 am
- Forum: R2MLwiN user forum
- Topic: Pooling results using multiply imputated data (MICE)
- Replies: 3
- Views: 14552
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 ...
- Tue Nov 26, 2019 10:01 am
- Forum: R2MLwiN user forum
- Topic: R2MLwiN with mice imputed data (with sampling weights)
- Replies: 5
- Views: 19836
Re: R2MLwiN with mice imputed data (with sampling weights)
Hi, in the original post you state that pooling works without weights:
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?
Code: Select all
summary(pool(model)) <--- THIS WORKS
- Mon Nov 25, 2019 4:56 pm
- Forum: R2MLwiN user forum
- Topic: Pooling results using multiply imputated data (MICE)
- Replies: 3
- Views: 14552
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 ...
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 ...