Power (pwr) Flashcards

1
Q

alpha convention

A

.05

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

power convention

A

.8

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

power (definition)

A

probability of correctly rejecting a false null hypothesis - when we find an effect that exists

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

factors that affect power

A

effect size
sample size
significance level

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

effect of sample size on power

A

power increases as sample size increases

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

effect of effect size on power

A

power increases as parameter values move further into H1 (alt hyp) values and away from H0 (null hyp) values
power increases as effect size increases

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

effect of significance level on power

A

power increases as significance level increases

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

why should we not increase the significance level to increase power?

A

leads to more type 1 errors

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

effect size (definition)

A

‘detectability’ of alternative hypothesis - comapres distance between null and alt hypothesis to variability in data

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

pwr.t.test code

A

n = sample size
d = effect size
sig.level = significance level (alpha). default = .05
power = power level
type = type of t-test to perform, e.g. 2-sample (two.sample), 1-sample (one.sample) or dependent sample t-test (paired). default = 2sample
alternative = if alt hyp is two-sided (two.sided) or one-sided (less or greater). default = twosided

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

code for finding power for linear regression

A

pwr.f2.test

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

pwr.f2.test code

A

u = numerator degrees of freedom (predictors in model = k)
v = denominator degrees of freedom (n - k - 1)
f2 = effect size
u and v come from study deisgn -

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

code for finding power for correlations

A

pwr.r.test

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

pwr.r.test code

A

n = sample size
r = effect size
sig.level = significance level
power = power

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