Chp 4-5: Contrasts & Post hoc Means Comparisons Flashcards
What is the definition of contrast?
A linear combination of parameters
What is a Type I error?
Reject H_0 when H_0 is true
What is the Type I error rate?
/alpha = P{reject H_0 | H_0 true}
What is a Type II error?
Fail to reject H_0 when H_0 is false
What is the Type II error rate?
ß=P{fail to reject H_0 | H_0 false}
What is power?
1-ß = P{reject H_0 | H_0 false}
The opposite of the Type II error rate!
We want our ________ to be low and our ________ to be high
Type I error rate
Power
What is our error rate when we test H_0?
/alpha
We want to control the error rate so that…
P(Type I error) ≤ /alpha
Type I error rates of interest:
- PCER = P(reject H_0i | H_0i true) for single i
(per-comparison error rate) - FWER = P(reject at least one H_0i | H_01;… ;H_0K true)
(family-wise error rate, or experiment-wise error rate) - FDR = (# wrongly-rejected H0i’s ) = (total # rejected H0i’s )
(false discovery rate) - SFWER = P(# wrongly-rejected H0i’s 1)
(strong family-wise error rate) (no condition that they are all true) - Simultaneous Condence Intervals
(set confidence level for family of all K intervals)
Tests in SAS for error rates:
Error Rate All Pairwise Comparisons
PCER LSD (don’t use this)
FWER pLSD
FDR SNK
SFWER REGWQ (Use this!)
Simult. CI Bonferroni, Tukey (also use this!)
Specialized Comparison Tests
- Scheffé (test all possible contrasts)
- Dunnet (for testing “control” vs. all other tests)
What does the REGWQ approach require?
Balance, and a single factor model.
When asking many questions of data from an experiment, the honest thing to do is…
adjust for multiple testing.