[R] From z to Rho

Mike Lawrence mike at thatmike.com
Fri Jan 30 16:12:04 CET 2009


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:
> Hi,
> when performing a spearman_test stratified by a given factor in package "coin", how is it possible to obtain the value of Rho, the Spearman correlation coefficient ?
> Thanks in advance
> Gilles (F)
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



-- 
Mike Lawrence
Graduate Student
Department of Psychology
Dalhousie University
www.thatmike.com

Looking to arrange a meeting? Check my public calendar:
http://www.thatmike.com/mikes-public-calendar

~ Certainty is folly... I think. ~




More information about the R-help mailing list