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

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 1679 views
  • 1 like
  • 3 in conversation