I want to give the "rho" value below to another variable.How ?> Spearman's rank correlation rho > > > > data: a[, 3] and a[, 2] > > S = 22, p-value = 0.001174 > > alternative hypothesis: true rho is not equal to 0 > > sample estimates: > > rho > > 0.8666667-- View this message in context: http://www.nabble.com/How-can-I-use-the-rho-value-in-the-cor.test%28%29-summary--tf4941501.html#a14145737 Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]]
Daniel Malter
2007-Dec-04 08:10 UTC
[R] How can I use the rho value in the cor.test() summary?
x=c(1,2,3,4,5,6,7,8,9) y=c(3,5,4,6,7,8,8,7,10) z=cor.test(x,y) othervariable=z$p.value Cheers, Daniel ------------------------- cuncta stricte discussurus ------------------------- -----Urspr?ngliche Nachricht----- Von: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] Im Auftrag von Hayes Gesendet: Tuesday, December 04, 2007 2:11 AM An: r-help at r-project.org Betreff: [R] How can I use the rho value in the cor.test() summary? I want to give the "rho" value below to another variable.How ?> Spearman's rank correlation rho > > > > data: a[, 3] and a[, 2] > > S = 22, p-value = 0.001174 > > alternative hypothesis: true rho is not equal to 0 > > sample estimates: > > rho > > 0.8666667-- View this message in context: http://www.nabble.com/How-can-I-use-the-rho-value-in-the-cor.test%28%29-summ ary--tf4941501.html#a14145737 Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.