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 Oct. 26, 2023, 9:07 a.m.