Programming Tips

Strengthen your programming skills with tips and techniques from the experts

Programming Tips
Rick Wicklin 9
Mean imputation in SAS

Imputing missing data is the act of replacing missing data by nonmissing values. Mean imputation replaces missing data in a numerical variable by the mean value of the nonmissing values. This article shows how to perform mean imputation in SAS. It also presents three statistical drawbacks of mean imputation. How

1 38 39 40 41 42 48

Back to Top