size.test.cor2 | R Documentation |
Computes the sample size required to test equality of two Pearson or partial correlation with desired power in a 2-group design. Set s = 0 for a Pearson correlation. Set R = 1 for equal sample sizes.
size.test.cor2(alpha, pow, cor1, cor2, s, R)
alpha |
alpha level for hypothesis test |
pow |
desired power |
cor1 |
planning value of correlation |
cor2 |
planning value of correlation |
s |
number of control variables |
R |
n2/n1 ratio |
Returns the required sample size for each group
size.test.cor2(.05, .8, .4, .2, 0, 1)
# Should return:
# n1 n2
# 325 325
size.test.cor2(.05, .8, .4, .2, 0, 2)
# Should return:
# n1 n2
# 245 490
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.