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(.44,.37,.37,.36,.36,.40,.38,.35,.38,.49,.38,.42,.43,.33,.44,.41,.35,.36,.43,.39,.48,.49,.44,.42,.42,.42,.39,.46,.38,.36,.36,.41,.38,.41,.45,.37,.41) > x <- c(.81,.81,.79,.75,.73,.81,.75,.79,.81,.76,.59,.85,.94,.71,.81,.89,.88,.91,.76,.86,.93,.66,.90,.65,.84,.84,.56,.79,.73,.93,.83,.84,.81,.86,.91,.81,.86,.80) > 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') Error in cor.test.default(x, y, method = "spearman") : 'x' and 'y' must have the same length Calls: cor.test -> cor.test.default Execution halted