Lecture 9 Flashcards

Hypothesis Testing w More than Two Samples/ANOVA/Power and Sample Size Determination (41 cards)

1
Q

What are the three types of t-tests?

A
  • independent t-test
  • matched t-test
  • one sample t-test
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the purpose of t-tests?

A

used to compare means between groups (can be independent or dependent)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the difference between a category and a variable?

A

categories are NOT variables, the subgroups OF a variable are the categories, variable is the common umbrella of the categories

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When would a t-test NOT be ran?

A
  • when comparing more than 2 groups
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What will occur if a t-test is used for more than 2 variables?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What type of variable is only ever used in ANOVA (for this course)?

A

independent variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the requirements of an ANOVA test?

A
  • populations are approximately normal
  • POP variances are equal
  • sample values are interval or ratio
  • samples are reorganized in only ONE way
  • hypothesis is regarding population
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What can alternate hypotheses NOT be in ANOVA?

A

cannot be an unequality statement- must be “at least one group is different…”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the variance check equation?

A

largest variance / smallest variance = value LESS than 9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the Sum of Squares Between/Model Equation?

A

SS between = sum of
[(mean of group - mean of ALL groups)^2] * # individuals PER group

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does the SS between value represent?

A

the variance that CAN be explained by the treatment/factor variable (a higher value is desired- means the treatment is beneficial)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the Sum of Squares Error Equation?

A

SS error = sum of (sum of (individual’s score - GROUP mean)^2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does the SS error value represent?

A

the variance that CANNOT be explained by the treatment/factor (lower value preferred)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the SS total equation?

A

SS between + SS error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the overall df equation?

A

df overall = n - 1, n: # participants across ALL groups

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the between df equation?

A

df between = k - 1, k:# GROUPS being ocmpared

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is the error df equation?

A

df error = n - k

18
Q

What is the mean squares equation for between and error?

A

SS between or error / df between or error

19
Q

What does the mean squares value represent?

A

the average deviation of individual values from their respective mean (average amount of variation)

20
Q

What is the F-statistic (ratio) equation?

A

F-Stat = mean square between / mean square error

21
Q

Which value is the signal and which is the noise?

A

between = signal
error = noise

22
Q

What does an F-ratio near 1 indicate?

A

almost equal signal to noise ratio (treatment makes no difference)

23
Q

When is the null rejected?

A

What the p-value is > 0.05, at LEAST one group is different from the others (don’t know which one)

24
Q

What is the relationship between power and beta?

A

power = 1 - beta
are inversely related

25
What are the 3 parameters used to determine sample size?
- beta value - alpha value - effect size (ES)
26
When power increases, what happens to alpha?
alpha also increases
27
When power increases, what happens to beta?
beta decreases
28
What is the relationship between power, effect and sample size?
the higher the power, the larger the effect and sample size
29
For one sample, continuous data, what is the ES equation?
ES = |mu 1 - mu 0|/ sigma
30
For one sample, continuous data, what is the sample size equation?
n = (z 1-a/2 + z 1-b / ES) ^2
31
How is beta values found?
based on the power percentage, the Z-table is used in reverse to find a value near the power % and the coordinate is the z 1-b value
32
How is alpha / 2 found?
same as beta
33
For one sample, dichotomous outcome, what is the ES equation?
ES = |p1 - p0| / root (p0 *(1 - p0)
34
For one sample, dichotomous outcome, what is the n equation?
n = same as one sample, continuous outcome
35
For two independent samples, continuous outcome, what is the ES equation?
ES = |mu 1 - mu 2| / sigma
36
For two independent samples, continuous outcome, what is the n equation?
n = 2 (z 1-a/2 + z 1-b/ES)^2 - value obtained is sample size PER independent sample
37
What is the n equation when factoring in attirition rate?
N (number to enroll) * % retained = desired sample size % retained = 1 - attrition rate
38
For matched samples, continuous outcome, what is the ES equation?
ES = mu d / sigma d
39
For matched samples, continuous outcome, what is the n equation?
n = same as other n equation, NOT 2x
40
For two independent samples, dichotomous outcomes, what is the ES equation?
ES = |p1 - p2| / root (p*(1-p) - p1: deisred proportion $ (20% OF the X% sample) - p2: the current proportion % - p: pooled proportion (desired p + current p/ 2, the average
41
For two independet samples, dichotomous outcomes, what is the n equation?
n = 2 (z 1-a/2 + z 1-b / ES) ^2 - value is # people needed PER group