R/cdm_fisherz.R

Defines functions cdm_fisherz

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


## copy from psych::fisherz
cdm_fisherz <- function(rho)
{
    0.5 * log((1 + rho)/(1 - rho))
}

Try the CDM package in your browser

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

CDM documentation built on Aug. 25, 2022, 5:08 p.m.