Displaying 1 result from an estimated 1 matches for "2_adjusted".
2005 Nov 25
0
multiple imputation of anova tables
Dear list members,
how can multiple imputation realized for anova tables in R? Concretely,
how to combine
F-values and R^2, R^2_adjusted from multiple imputations in R?
Of course, the point estimates can be averaged, but how to get
standarderrors for F-values/R^2 etc. in R?
For linear models, lm.mids() works well, but according to Rubins rules,
standard errors have to be used together with the estimates to get
unbiased estimates...