BookmarkSubscribeRSS Feed
HemaB
Calcite | Level 5

Hi All,

could you let me know anyone knows this concept.

i have one requirement that "Histogram plot of the marginal studentized residulas derived from the mixed modl will be produced". means i should i do for this?

is it normal histogram with raw data?

or

may i consider anything more?

Thanks,

Hima B

2 REPLIES 2
Rick_SAS
SAS Super FREQ


Look at the documentation for the procedure that you are using. For example, the PROC MIXED documentaiton is here:

SAS/STAT(R) 13.1 User's Guide

On the PROC statement look for the PLOTS= option and read about how to create the histogram of the marginal studentized residuals.

For example,

proc mixed plots(only)=(StudentPanel(marginal));

HemaB
Calcite | Level 5

Thank you Rick!

i will work on it! Smiley Happy

please can you help me out from this query also...

https://communities.sas.com/thread/75974  please click the link ..

Thanks & Best Regards,

Hima B

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