What are the three types of t-tests?
What is the purpose of t-tests?
used to compare means between groups (can be independent or dependent)
What is the difference between a category and a variable?
categories are NOT variables, the subgroups OF a variable are the categories, variable is the common umbrella of the categories
When would a t-test NOT be ran?
What will occur if a t-test is used for more than 2 variables?
Type I error will increase if t-test is used for more than two variables- by chance of running multiple comparison test, groups will have a significant outcome even if it’s not
What type of variable is only ever used in ANOVA (for this course)?
independent variables
What are the requirements of an ANOVA test?
What can alternate hypotheses NOT be in ANOVA?
cannot be an unequality statement- must be “at least one group is different…”
What is the variance check equation?
largest variance / smallest variance = value LESS than 9
What is the Sum of Squares Between/Model Equation?
SS between = sum of
[(mean of group - mean of ALL groups)^2] * # individuals PER group
What does the SS between value represent?
the variance that CAN be explained by the treatment/factor variable (a higher value is desired- means the treatment is beneficial)
What is the Sum of Squares Error Equation?
SS error = sum of (sum of (individual’s score - GROUP mean)^2)
What does the SS error value represent?
the variance that CANNOT be explained by the treatment/factor (lower value preferred)
What is the SS total equation?
SS between + SS error
What is the overall df equation?
df overall = n - 1, n: # participants across ALL groups
What is the between df equation?
df between = k - 1, k:# GROUPS being ocmpared
What is the error df equation?
df error = n - k
What is the mean squares equation for between and error?
SS between or error / df between or error
What does the mean squares value represent?
the average deviation of individual values from their respective mean (average amount of variation)
What is the F-statistic (ratio) equation?
F-Stat = mean square between / mean square error
Which value is the signal and which is the noise?
between = signal
error = noise
What does an F-ratio near 1 indicate?
almost equal signal to noise ratio (treatment makes no difference)
When is the null rejected?
What the p-value is > 0.05, at LEAST one group is different from the others (don’t know which one)
What is the relationship between power and beta?
power = 1 - beta
are inversely related