Hello all,
I have an independent categorical variable named "pre_score" with 6 categories (fit, mild, moderate, very mild, managing fit, very fit) and a few confounders named (age, sex, neoro).
As shown in the attached screenshot, The overall F test in the first table is significant, and the F- test corresponding to pre_score in the second table ( source table ) is not significant, however one of the categories of pre-score in the last table is significant,
I'm unsure why this happen?
I was expected as the F-test corresponding to pre_score is not significant, there shouldn’t be any significant one for any categories of pre-score in the last table, or
if there are any significant categories like my example, I would expect the corresponding F-test to be significant as well.
proc glm data=tmp PLOTS=DIAGNOSTICS ;
class pre_score neuro sex;
model diff=pre_score age neuro sex/solution ss3;
run;
any input appreciated,
Thank you so much for your help. I tried to run the model without any confounder, and I have the attached screenshot for that; is that still a normal phenomenon?
As shown, The Overall F test is not significant, but Pairwise Comparisons show that there are a few significant differences b/n specific pairs of groups,
I was thinking as the overall F-test is not significant, there shouldn’t be any significant pairwise comparisons.
Conversely, if there are significant pairwise comparisons, one would expect the overall F-test to be significant, but as you mentioned above, my understanding is incorrect.
Thanks,
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.