BookmarkSubscribeRSS Feed
superbibi
Obsidian | Level 7

Hi Friend,

 

I am new to multiple imputation procedure.

 

I have a repeated measure data sets (presenting 2 in 200 observation here). Group is not missing for all the participants while baseline, viit2, visit3, or visit 4 can be missing. I plan to use the proc mi code as below. 

 

idgroupbaselinevisit2visit3visit4
1182.0079.7076.6077.10
2287.7088.9584.50.

 

proc mi data=a out = a_mi seed=21355417 nimpute=30  ;
   var basline visit2 visit3 visit4 group ;
run;

I am confused whether monotone, mcmc, or fcs statement is necessary for this imputation process? 

 

Thanks.

 

 

1 REPLY 1
SAS_Rob
SAS Employee

If group is a categorical variable (which it sounds like it is) then you should use either the FCS or MONOTONE (and add it to the CLASS statement) statement, depending on the missing data pattern.  This would allow you to use the REGRESSION method which would treat group as a CLASS variable.

 

This section in the documentation is helpful as well.

https://go.documentation.sas.com/?docsetId=statug&docsetTarget=statug_mi_details05.htm&docsetVersion...

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

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