corr | R Documentation |
Compute power for Pearson's Correlation Takes correlation and range of values
corr(r, nlow, nhigh, alpha = 0.05, tails = 2, by = 1)
r |
Correlation |
nlow |
Starting sample size |
nhigh |
Ending sample size |
alpha |
Type I error (default is .05) |
tails |
one or two-tailed tests (default is 2) |
by |
Incremental increase in sample size from low to high |
Power for Pearson's Correlation
corr(r=.30, nlow=60, nhigh=100,by=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.