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

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

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

View all other training opportunities.

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