ci.fisher {statpsych}R 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



[Package statpsych version 1.3.0 Index]