R/statpsych2.R
size.ci.cor.Rd
Computes the sample size required to estimate a population Pearson or partial correlation with desired confidence interval precision. Set s = 0 for a Pearson correlation. Set the correlation planning value to the smallest absolute value within a plausible range for a conservatively large sample size.
size.ci.cor(alpha, cor, s, w)
alpha level for 1-alpha confidence
planning value of correlation
number of control variables
desired confidence interval width
Returns the required sample size
Bonett DG, Wright TA (2000). “Sample size requirements for estimating Pearson, Kendall and Spearman correlations.” Psychometrika, 65(1), 23--28. ISSN 0033-3123, doi:10.1007/BF02294183 .
size.ci.cor(.05, .362, 0, .25)
#> Sample size
#> 188
# Should return:
# Sample size
# 188