BookmarkSubscribeRSS Feed
ccasboy
Calcite | Level 5

Hi folks

Given the fact that most imputation methods assume multivariate normality, does it make sense to impute missing values on a categorical variable let's say Gender and how can that be done?

Thanks

2 REPLIES 2
StatsGeek
SAS Employee

Though you could impute gender using a multiple imputation method that assumes normality, better approaches are available. The MI procedure includes fully conditional specification (FCS) multiple imputation using the FCS statement. The beauty of FCS multiple imputation is that it allows the user to employ logistic regression for imputing some variables and OLS regression for imputing others. The link below provides an example of using logistic regression to impute a nominal variable (species) and OLS regression to impute the other variables in the data set (length and width).

SAS/STAT(R) 13.1 User's Guide

I believe that the FCS statement became production in SAS/STAT 13.1. So, you'll need a recent version of SAS to perform FCS multiple imputation.

Best,

Steve

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1595 views
  • 1 like
  • 3 in conversation