R version 2.11.1 (2010-05-31) Copyright (C) 2010 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. > x <- array(list(0.06,0.24,0.12,0.73,0.61,0.53,0.89,0.44,0.59,0.45,0.31,0.07,0.67,0.28,0.60,0.45,0.23,0.73,0.44,0.41,0.60,0.67,0.21,0.45,0.66,0.06,0.39,0.33,0.78,0.42,0.57,0.41,0.38,0.52,0.59,0.49,0.48,0.55,0.44,0.13,0.30,0.45,0.63,0.19,0.43,0.20,0.74,0.07,0.48,0.11,0.77,0.45,0.37,0.40,0.61,0.45,0.49,0.19,0.46,0.51),dim=c(2,30),dimnames=list(c('Uncluttered','Cluttered'),1:30)) > y <- array(NA,dim=c(2,30),dimnames=list(c('Uncluttered','Cluttered'),1:30)) > for (i in 1:dim(x)[1]) + { + for (j in 1:dim(x)[2]) + { + y[i,j] <- as.numeric(x[i,j]) + } + } > par8 = 'TRUE' > par7 = '.95' > par6 = '0.0' > par5 = 'paired' > par4 = 'T-Test' > par3 = '2' > par2 = '1' > par1 = 'less' > ylab = 'Y-Axis Title' > xlab = 'X-Axis Title' > main = 'Boxplots Title' > #'GNU S' R Code compiled by R2WASP v# 1#0#44 ## > #Author: Dr# Ian E# Holliday > #To cite this work: Ian E# Holliday, 2009, Aston University Statistical Software #vNUMBER# in Free Statistics Software #v$_version#, Office for Research Development and Education, URL http://www#wessa#net/rwasp_AUSS#wasp/ > #Source of accompanying publication: > #Technical description: > par2 <- as#numeric#par2# > par3 <- as#numeric#par3# > par4 <- as#character#par4# > par5 <- as#character#par5# > par6 <- as#numeric#par6# > par7 <- as#numeric#par7# > par8 <- as#logical#par8# > if # par5 == 'unpaired'# paired <- FALSE else paired <- TRUE + x <- t#y# Error: unexpected symbol in: "if # par5 == 'unpaired'# paired <- FALSE else paired <- TRUE x" Execution halted