How do you handle missing data? What imputation techniques do you recommend?
How do you handle missing data? What imputation techniques do you recommend?
-If data missing at random: deletion has no bias effect, but decreases the power of the analysis by decreasing the effective sample size.
-Recommended: Knn imputation, Gaussian mixture imputation.