R/CIr.R

"CIr" <-
function (r, n, level=.95)
 {
 
 z <- r2z(r)
 uciz <- CIz(z, n, level)[2]
 lciz <- CIz(z, n, level)[1]
 ur <- z2r(uciz)
 lr <- z2r(lciz)
 mat <- list(lr,ur)
 return(as.numeric(mat))
 }

Try the psychometric package in your browser

Any scripts or data that you put into this service are public.

psychometric documentation built on Nov. 6, 2023, 1:06 a.m.