size_ci_corr | R Documentation |
This function performs sample size computation for testing Pearson's correlation when a lower confidence interval is provided.
size_ci_corr(
r,
lr,
alpha = 0.05,
interval = c(10, 1e+05),
tol = 1e-05,
alternative = c("two.sided", "less", "greater")
)
r |
( |
lr |
( |
alpha |
( |
interval |
( |
tol |
( |
alternative |
( |
an object of size
class that contains the sample size and relevant parameters.
Fisher (1973, p. 199).
size_one_prop()
size_ci_one_prop()
size_corr()
size_ci_corr(r = 0.9, lr = 0.85, alpha = 0.025, alternative = "greater")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.