R/sirt_antifisherz.R

Defines functions sirt_antifisherz

Documented in sirt_antifisherz

## File Name: sirt_antifisherz.R
## File Version: 0.04

## see fisherz2r in psych package
sirt_antifisherz <- function(z)
{
    ( exp(2*z) - 1 ) / ( exp(2*z) + 1 )
}

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.