Hi,
In case of missing values for continuous variables, we perform following steps to handle it.
- Ignore these observations
- Replace with general average
- Replace with similar type of averages
- Build model to predict missing values
Can you suggest me the methods to handle missing values if data is binary (1/0 or M/F) or categorical variables.
Regards,
Imran