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))
}  
yelleKneK/MBESS documentation built on Oct. 30, 2023, 1:13 p.m.