R version 2.12.0 (2010-10-15) Copyright (C) 2010 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i486-pc-linux-gnu (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > y <- c(30,28,31,35,35,37,39,31,38,37,37,35,37,42,28,37,36,37,33,40,30,36,33,40,37,37,39,35,36,34,36,32,33,27,37,32,31,31,32,37,25,30,37,37,40,35,35,43,32,42,35,27,30,31,36,36,41,34,36,33,35,28,33,38,37,39,34,32,36,36,35,33,42,36,33,36,32,35,38,33,32,38,39,39,39,30,38,38,42,41,31,39,40,31,34,23,28,36,41,29,31,33,35,35,34,40,34,36,35,39,33,37,40,32,37,27,35,37,32,31,31,38,34,30,34,37,38,33,35,27,34,35,39,35,34,36,36,32,39,40,35,31,35,38,37,31,32,35,39,31,39,48,33,36,40,37,34,42,39,28,26,30,30,39,37,40,38,35,33,34,33,41,36,27,33,38,31,31,46,33,34,47,36,38,32,33,34,34,37,37,41,27,31,38,30,36,30,34,32,29,29,39,32,30,39,30,40,41,38,37,33,34,36,39,41,42,38,40,32,40,37,36,28,36,35,32,38,32,39,39,31,33,46,38,24,28,35,39,37,38,38,32,36,28,38,28,37,28,40,34,33,32,30,33,37,39,42,36,35,32,35,33,36,31,32,38,46,39,31,39,36,37,33,22,42,28,28,31,36,37,35,31,37,38,46,40,43,49,39,37,36,31,32,38,37,36,21,32,36,35,39,28,42,36,41,30,18,37,28,39,40,44,26,34,37,37,32,29,31,32,44,39,39,35,36,33,35,35,30,38) > x <- c(34,33,29,34,32,35,41,27,40,40,36,40,43,40,33,37,32,26,36,39,38,34,35,41,42,36,39,33,33,36,37,36,34,32,35,39,30,25,29,39,31,26,28,40,32,35,32,41,34,36,38,34,32,34,32,40,43,35,45,36,39,31,36,36,37,40,35,36,32,36,37,42,37,36,36,33,37,35,37,28,33,45,38,43,37,36,40,39,43,32,37,34,44,35,34,37,40,36,44,35,34,40,34,39,36,40,37,35,45,39,39,37,38,46,37,27,33,42,33,33,33,38,37,35,33,39,38,39,38,30,43,34,39,36,32,37,42,40,35,39,34,28,30,36,31,34,33,37,40,39,42,47,38,38,40,37,29,37,37,33,31,36,37,39,35,33,37,42,31,32,36,32,40,32,30,37,42,37,47,37,31,41,44,40,37,33,35,40,38,36,36,35,30,37,43,33,39,38,40,29,35,37,26,28,38,29,35,38,39,44,33,35,42,30,36,40,39,36,37,37,37,36,30,32,35,42,41,35,33,39,34,39,41,34,30,29,33,40,32,37,37,36,41,34,38,40,42,32,40,38,35,34,38,24,39,42,44,35,37,34,41,33,42,30,30,40,49,39,29,39,35,35,34,24,47,24,30,34,41,32,32,35,37,40,45,35,39,46,33,40,35,38,36,34,30,44,37,36,37,34,43,31,34,38,38,34,26,36,35,37,40,43,29,30,36,38,43,41,31,36,44,35,42,31,38,34,40,41,30,43) > ylab = 'Y' > xlab = 'X' > #'GNU S' R Code compiled by R2WASP v. 1.0.44 () > #Author: Prof. Dr. P. Wessa > #To cite this work: AUTHOR(S), (YEAR), YOUR SOFTWARE TITLE (vNUMBER) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_YOURPAGE.wasp/ > #Source of accompanying publication: Office for Research, Development, and Education > #Technical description: > k <- cor.test(x,y,method='spearman') Warning message: In cor.test.default(x, y, method = "spearman") : Cannot compute exact p-values with ties > postscript(file="/var/www/rcomp/tmp/1itnr1321440526.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > plot(x,y,main='Scatterplot',xlab=xlab,ylab=ylab) > grid() > dev.off() null device 1 > postscript(file="/var/www/rcomp/tmp/28bg41321440526.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > plot(rank(x),rank(y),main='Scatterplot of Ranks',xlab=xlab,ylab=ylab) > grid() > dev.off() null device 1 > > #Note: the /var/www/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/rcomp/createtable") > > a<-table.start() > a<-table.row.start(a) > a<-table.element(a,'Spearman Rank Correlation',2,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'rho',header=TRUE) > a<-table.element(a,k$estimate) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'2-sided p-value',header=TRUE) > a<-table.element(a,k$p.value) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'S',header=TRUE) > a<-table.element(a,k$statistic) > a<-table.row.end(a) > a<-table.end(a) > table.save(a,file="/var/www/rcomp/tmp/3v5gk1321440526.tab") > > try(system("convert tmp/1itnr1321440526.ps tmp/1itnr1321440526.png",intern=TRUE)) character(0) > try(system("convert tmp/28bg41321440526.ps tmp/28bg41321440526.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 1.270 0.080 1.325