Other tests Flashcards
1
Q
The Welch test statistic
A
Compares the mean difference to its estimated SD by taking the ratio
2
Q
Non-Independent Data (Paired t-test)
A
t.test(…, paired = T)
just a 1-sample t-test
3
Q
To find the “best” line
A
sum the square of the residuals (“gaps”) between our line (model) and our observations (data), and look for the line which gave the minimum sum of squared gaps (usually referred to as “sum of squares”)
4
Q
When to use the Chi^2 test
A
- To test the hypothesis that each value appears a certain amount of times (frequency of diff categories)
- Test for independence