miceadds
miceadds copied to clipboard
mi.anova intercept?
Hello again,
My apologies for a second question today. I was wondering whether there is any way to get the intercept output from the mi.anova function, in a similar way as the car::Anova function (for type 3) also gives?
Thank you in advance!
Best regards, Eefje Poppelaars
This is not yet implemented. I can put it on my to-do list. In principle, I guess, extracting model parameters can also be done with mice::lm.mids because the anova can be reformulated as a linear model.
Alexander
Thank you for your reply! Yes I now used mice::lm.mids and pool to extract the intercept, but I wasn't sure if it was statistically equal to the intercept of a type 3 anova. If it is, then there's no need to implement it in the mi.anova function.
Best regards, Eefje Poppelaars
I will check whether there is a need.