BookmarkSubscribeRSS Feed
mmraja
Fluorite | Level 6

Hi all,

 

I was wondering where I could find information on how both PROC MIXED and PROC NLMIXED deal with missing data. Do they assume MAR? Do they have the same approach to dealing with missing data?

 

When I run mixed models in both procs, the output includes "Number of Observations Read" and "Number of Observations Used," so I want to understand what is going on under the hood with both of these procs.

 

Any help woud be greatly appreciated!

Thanks!!

2 REPLIES 2
KevinViel
Pyrite | Level 9

The online documentation states:

 

http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_mixed_detail...

 

Missing Level Combinations

PROC MIXED handles missing level combinations of classification variables similarly to the way PROC GLM does. Both procedures delete fixed-effects parameters corresponding to missing levels in order to preserve estimability. However, PROC MIXED does not delete missing level combinations for random-effects parameters because linear combinations of the random-effects parameters are always estimable. These conventions can affect the way you specify your CONTRAST and ESTIMATE coefficients.

 

 

You might consider multiple imputation if you have missing data.  SAS has the MI procedure.

 

HTH,

 

Kevin

mmraja
Fluorite | Level 6

Thank you for your help!

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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
  • 3702 views
  • 0 likes
  • 2 in conversation