R/transform_Z.r.R

Defines functions transform_Z.r

Documented in transform_Z.r

transform_Z.r <- function(Z)
{
return((exp(2*Z)-1)/(exp(2*Z)+1))
}  

Try the MBESS package in your browser

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

MBESS documentation built on Aug. 8, 2025, 7:24 p.m.