confidence_r | R Documentation |
Construct a confidence interval for correlations using Fisher's z transformation
confidence_r(r, n, conf_level = 0.95)
r |
A vector of correlations |
n |
A vector of sample sizes |
conf_level |
Confidence level that defines the width of the confidence interval (default = .95). |
A confidence interval of the specified width (or matrix of confidence intervals)
confidence_r(r = .3, n = 200, conf_level = .95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.