powered by
Construct a confidence interval for correlations using Fisher's z transformation
confidence_r(r, n, conf_level = 0.95)
A confidence interval of the specified width (or matrix of confidence intervals)
A vector of correlations
A vector of sample sizes
Confidence level that defines the width of the confidence interval (default = .95).
confidence_r(r = .3, n = 200, conf_level = .95)
Run the code above in your browser using DataLab