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)

Arguments

alpha

alpha value for 1-alpha confidence

cor

estimated correlation or association coefficient

se

standard error of estimate

Value

Returns a 1-row matrix containing the lower and upper confidence limits.

Examples

ci.fisher(.05, .641, .052)
#>             LL        UL
#> [1,] 0.5276396 0.7319293

# Should return:
#             LL        UL
# [1,] 0.5276396 0.7319293