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 )
}
alexanderrobitzsch/sirt documentation built on April 23, 2024, 2:31 p.m.