BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
burtsm
Calcite | Level 5

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

1 ACCEPTED SOLUTION

Accepted Solutions
RichardinOz
Quartz | Level 8

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

View solution in original post

2 REPLIES 2
RichardinOz
Quartz | Level 8

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

burtsm
Calcite | Level 5

Thank you for your response, Richard!  My mind was drawing a blank on how to do this.

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1091 views
  • 0 likes
  • 2 in conversation