R/sirt_fisherz.R

Defines functions sirt_fisherz

Documented in sirt_fisherz

## File Name: sirt_fisherz.R
## File Version: 0.07


### just a copy of fisherz from psych package
sirt_fisherz <- function(rho)
{
    0.5 * log((1 + rho)/(1 - rho))
}

Try the sirt package in your browser

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

sirt documentation built on Aug. 11, 2023, 5:07 p.m.