Hey, I think this should be simple, but it's apparently not (for me)....
I'm trying to compare means (of age) between 3 different groups (a categorical variable with 3 outcomes).
I tried an ANOVA, but I don't know what to make of the display (see below).
1) Is ANOVA the right test? If not, can you tell me what is?
2) IF ANOVA is the right test, can you make some sense of the display?
. anova believe_alc_heart1 ev1_age
Number of obs = 4176 R-squared = 0.0163 Root MSE = .789973 Adj R-squared = -0.0004
Source | Partial SS df MS F Prob > F -----------+----------------------------Model | 42.5736723 70 .608195318 0.97 0.5380 | ev1_age | 42.5736723 70 .608195318 0.97 0.5380 | Residual | 2561.75367 4105 .624056924
Total | 2604.32735 4175 .623790981