@AndreaSch wrote:
The results viewer shows me "Adjustment of Multiple Comparisons: Tukey-Kramer". Why is it showing Tukey-Kramer? My data are balanced.
Because, according to this documentation, Tukey-Kramer is the equivalent to Games-Howell.
If you have unequal variances in the different groups, you can do a WELCH test of the MEANS statement in PROC GLM (but not PROC GLIMMIX). You probably also want to use the HOVTEST option to actually test if your variances are unequal or not.
My other question is: How do I have to interpret the results? Do I have to compare Pr>t with alpha?
If the value of Pr>|t| is less than 0.05, then the two groups on that row have statistically different values of Intensitaet (for a test where alpha = 0.05). If you are testing all possible combinations of Gruppe, then the Adj P value is adjusted due to the multiplicity of tests, and again, the ones where Adj P < 0.05 are the statistically significant ones.
--
Paige Miller