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

Hello,

 

I used the proc mi procedure for imputing missing data.

 

First I looked after the pattern, then I generated an output with 10 multiple imputations in the imputation phase, proc glm for the analysis phase and proc mianalyze for the poolig phase.

 

So, now I have a dataset with this 10 multiple imputations and an origin dataset with my missing data. But what happend next? How can I replace my missings in the original data? Or have I been working with the imputed dataset further?

 

Thanks for help...

BR Silke

 

1 ACCEPTED SOLUTION

Accepted Solutions
Rick_SAS
SAS Super FREQ

The multiple imputation method (which is implemented in PROC MI) is not designed to come up with a single value that you can use to replace the missing values in your data. "Replacing" is known as "single imputation" and leads to biased estimates for parameters such as regression coefficients. For more background and references, see the "Overview of the MI Procedure."

 

So what happens next?  Well, you can continue working with the 10-fold imputed data set, which will give you good estimates of uncertainty. That would mean repeating Stage 2 (analysis) and Stage 3 (PROC MIANALYZE) for subsequent analyses.  However, you might want to conduct an analysis that is not supported by PROC MIANALYZE. In that case, some analysts return to the original data and let the procedure drop the incomplete cases.

View solution in original post

1 REPLY 1
Rick_SAS
SAS Super FREQ

The multiple imputation method (which is implemented in PROC MI) is not designed to come up with a single value that you can use to replace the missing values in your data. "Replacing" is known as "single imputation" and leads to biased estimates for parameters such as regression coefficients. For more background and references, see the "Overview of the MI Procedure."

 

So what happens next?  Well, you can continue working with the 10-fold imputed data set, which will give you good estimates of uncertainty. That would mean repeating Stage 2 (analysis) and Stage 3 (PROC MIANALYZE) for subsequent analyses.  However, you might want to conduct an analysis that is not supported by PROC MIANALYZE. In that case, some analysts return to the original data and let the procedure drop the incomplete cases.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 1126 views
  • 0 likes
  • 2 in conversation