Quiz 10 Flashcards
What are the parametric assumptions?
- independent, unbiased samples
- data normally distributed
- equal variances
How does the Shapiro test tell us about the distribution of data?
if p value of shapiro test is below 0.05, it is not normally distributed
If 0.05 or above, then it is normally distributed
Listen to audio around 4 min Nov 22
What does df stand for in R? (not data frame)
degrees of freedom
LISTEN TO AUDIO for how to report values (around 9 min)
don’t report 2.2e-16
listen for how to report p-values
(9 min audio)
What is a 2-tailed test?
- you have 2 possibilities that align with your decision (you say 2 means are different without saying which one is higher or lower—so you have 2 possibilities: group A is higher than B, or group B is higher than A)
What is a 2-tailed hypothesis?
One that doesn’t specify which of 2 possibilities is true
So a 1-tailed (null) hypothesis would state a specific possibility ex. “The mean of the stressed group is not greater than the mean of the unstressed group”
easier to find significant p-value if running a 1-tailed test
BUT, if you ran a 2-tailed test and didn’t get significant p-value, shouldn’t switch to 1-tailed in order to try to find significance (“p-hacking”)
look in zip file in documents, file name t_test_unpaired for instructions and scripts from today