powered by
Using Fisher's z-transformation (atanh) and the classic normal approximation confidence intervals for a vector of correlations is computed.
atanh
CIrho(rho, N, level = 0.95)
numeric vector, must be between -1 and 1.
integer vector, sample sizes.
numeric, confidence level.
A matrix with first column rho and two further columns with the lower and upper bound.
rho
# NOT RUN { CIrho(c(0.34,0.19), c(22, 48), level = 0.80) # }
Run the code above in your browser using DataLab