Computes a Fisher confidence interval for any type of correlation or any measure of association that has a -1 to 1 range.
ci.fisher(alpha, cor, se)
alpha value for 1-alpha confidence
estimated correlation or association coefficient
standard error of estimate
Returns a 1-row matrix containing the lower and upper confidence limits.
ci.fisher(.05, .641, .052)
#> LL UL
#> [1,] 0.5276396 0.7319293
# Should return:
# LL UL
# [1,] 0.5276396 0.7319293