Skip to content
Prev 168696 / 398502 Next

From z to Rho

Do these functions help?

#Fisher's r-to-z:
fr2z <- function(r) atanh(r)

#Fisher's z-to-r:
fz2r <- function(z) tanh(z)
On Fri, Jan 30, 2009 at 9:29 AM, LE PAPE Gilles <lepape.gilles at neuf.fr> wrote: