Is there a way of incorporating a Bonferroni Correction in the ttest command e.g.
or do I need to manually apply the correction using the 0.05/number of comparisons to the p-values?
I have 3 comparisons
So its not a huge ordeal
Code:
ttest BRIER_WTN = BRIER_Rank
I have 3 comparisons
Code:
ttest BRIER_WTN = BRIER_Rank ttest BRIER_WTN = BRIER_UTR ttest BRIER_UTR = BRIER_Rank
Comment