Hi all,
Is there a way to only replace certain missing values with the mean of a sample using proc standard? The data I am working with have 3 different types of missing values:
Missing Value Code | Description |
.s | Not applicable, including legitimate skips |
.m | Item nonresponse (i.e. refused, don’t know, not ascertained) |
. | System missing, including unit nonresponse |
I only want to replace missing values that indicate item nonresponse (.m) with the mean of the sample, but I am not sure how to go about it.
Thanks in advance,
Stephanie
Quick and dirty:
Create a flag that has values S M and N to match the missing values
Pass through Proc Standard
Use the S and N flag to restore the correct missing values
Richard
Quick and dirty:
Create a flag that has values S M and N to match the missing values
Pass through Proc Standard
Use the S and N flag to restore the correct missing values
Richard
Thank you for your response, Richard! My mind was drawing a blank on how to do this.
Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.
Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.