Thanks again for your reply. I will try to figure out how to draw qq plot. I am a beginner in SAS, so everything is so new to me.
However, if I have a better figure, do you think I would know this is non-normal distribution?
Also, I have another question for you.
I vaguely remembered that I should run normality test not on dependent variable but on residual.
Now my question is this how is the "outp=R" command different from "residual" command in following statement?
"model apathy=time intervention time*intervention /residual;"
@nlpurumi wrote:
Thanks again for your reply. I will try to figure out how to draw qq plot. I am a beginner in SAS, so everything is so new to me.
However, if I have a better figure, do you think I would know this is non-normal distribution?
Also, I have another question for you.
I vaguely remembered that I should run normality test not on dependent variable but on residual.
Now my question is this how is the "outp=R" command different from "residual" command in following statement?
"model apathy=time intervention time*intervention /residual;"
The assumption for linear regression is that the residuals are normal not the covariates. I suggest looking up the documentation for PROC UNIVARIATE to see what commands are available - it does the qq plots automatically.
Thank you. I will search the link you shared the other day. Thanks a lot!!
And remember the SAS Statistics 1 e-course is completely free and covers a lot of what you're attempting here with the first few chapters.
Good Luck.
I see. Thank you for your help and advice!
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.