R version 2.9.0 (2009-04-17) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN 3-900051-07-0 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(5,1,1,2,5,4,1,5,2,1,4,5,1,5,1,2,2,2,2,1,5,5,1,4,3,1,1,3,5,1,5,2,1,1,1,1,1,1,1,1,5,2,4,1,4,5,2,1,1,3,2,2,5,5,2,1,1,1,2,3,1,1) > x <- c(-999.0,6.3,-999.0,-999.0,2.1,9.1,15.8,5.2,10.9,8.3,11.0,3.2,7.6,-999.0,6.3,8.6,6.6,9.5,4.8,12.0,-999.0,3.3,11.0,-999.0,4.7,-999.0,10.4,7.4,2.1,-999.0,-999.0,7.7,17.9,6.1,8.2,8.4,11.9,10.8,13.8,14.3,-999.0,15.2,10.0,11.9,6.5,7.5,-999.0,10.6,7.4,8.4,5.7,4.9,-999.0,3.2,-999.0,8.1,11.0,4.9,13.2,9.7,12.8,-999.0) > par20 = '' > par19 = '' > par18 = '' > par17 = '' > par16 = '' > par15 = '' > par14 = '' > par13 = '' > par12 = '' > par11 = '' > par10 = '' > par9 = '' > par8 = '' > par7 = '' > par6 = '' > par5 = '' > par4 = '' > par3 = '' > par2 = '' > par1 = '' > ylab = '' > xlab = '' > main = '' > #'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/html/rcomp/tmp/18lsf1292960081.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/html/rcomp/tmp/2jca01292960081.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/html/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/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/html/rcomp/tmp/3mv861292960081.tab") > > try(system("convert tmp/18lsf1292960081.ps tmp/18lsf1292960081.png",intern=TRUE)) character(0) > try(system("convert tmp/2jca01292960081.ps tmp/2jca01292960081.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 0.521 0.324 1.262