ci.fisher: Fisher confidence interval

View source: R/statpsych2.R

ci.fisherR Documentation

Fisher confidence interval

Description

Computes a Fisher confidence interval for any type of correlation or any measure of association that has a -1 to 1 range.

Usage

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)

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



statpsych documentation built on July 9, 2023, 6:50 p.m.