ci.fisher {statpsych} | R Documentation |
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 |
alpha value for 1-alpha confidence |
cor |
estimated correlation or association coefficient |
se |
standard error of estimate |
Returns a 1-row matrix containing the lower and upper confidence limits.
ci.fisher(.05, .641, .052) # Should return: # LL UL # [1,] 0.5276396 0.7319293