Skip to content

From z to Rho

2 messages · LE PAPE Gilles, Michael Lawrence

#
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: