I need to do some simple mean comparisons between groups (basic F-test ANOVA) on data with missing values. I use R mice package for multiple imputation, but I can only pool results for the linear model coefficients, or the $R^2$.
Does anyone know how to combine to pool multiple F-statistics from each linear model fit? Or, how can I compute the standard errors for the F-test?