BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
GiaLee
Obsidian | Level 7

I just noticed that "When it comes to missing data, the big limitation of PROC MIXED and PROC GLIMMIX is that they do nothing about missing data on predictor variables. In particular, cases with valid observations on the dependent variable but missing values on one or predictor variables contain potentially valuable information that will be completely lost."

(https://statisticalhorizons.com/wp-content/uploads/MissingDataByML.pdf)

 

I was wondering, could I first use multiple imputation to impute the missing predictors and covariates, and then allow the mixed linear model to handle the missing outcome using maximum likelihood estimation?

1 ACCEPTED SOLUTION

Accepted Solutions
PaigeMiller
Diamond | Level 26

Yes, you can do that.

 

If appropriate, you could use PROC PLS with option MISSING=EM, which uses the Expectation Maximization algorithm to fit a model with imputed values (which means you don't have to program the missing value imputation).

https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_pls_syntax01.htm#statug.pls.pls...

--
Paige Miller

View solution in original post

2 REPLIES 2
PaigeMiller
Diamond | Level 26

Yes, you can do that.

 

If appropriate, you could use PROC PLS with option MISSING=EM, which uses the Expectation Maximization algorithm to fit a model with imputed values (which means you don't have to program the missing value imputation).

https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_pls_syntax01.htm#statug.pls.pls...

--
Paige Miller
GiaLee
Obsidian | Level 7
Thank you!!

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 2 replies
  • 609 views
  • 1 like
  • 2 in conversation