power.cor | R Documentation |
Computes the approximate power of a test for a population Pearson or partial correlation test for a planned sample size. Set s = 0 for a Pearson correlation.
power.cor(alpha, n, cor, h, s)
alpha |
alpha level for hypothesis test |
n |
planned sample size |
cor |
planning value of correlation |
h |
null hypothesis value of correlation |
s |
number of control variables |
Returns the approximate power of the test
power.cor(.05, 80, .3, 0, 0)
# Should return:
# Power
# 0.7751947
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.