[R] From z to Rho

2009-01-30 Thread LE PAPE Gilles
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@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.


Re: [R] From z to Rho

2009-01-30 Thread Mike 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.gil...@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@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. ~

__
R-help@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.