I would like to test the assumptions for a regression analysis. Since I have missing values, I multiply imputed them with the mice function in R.

I thought it might make more sense to test the assumptions (linearity, normality of residual, homoscedasticity, uncorrelatedness..) after I did multiple imputation. What is the common sense?

Check assumptions before or after imputing?

If after, how can I concretely proceed in R?

Thanks a lot!

Similar questions and discussions