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?
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).
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).
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
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.