R version 2.13.0 (2011-04-13) Copyright (C) 2011 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. > x <- array(list(95 + ,81 + ,84 + ,87 + ,90 + ,97 + ,91 + ,91 + ,88 + ,84 + ,87 + ,87 + ,92 + ,89 + ,92 + ,84 + ,85 + ,91 + ,84 + ,81 + ,80 + ,69 + ,80 + ,73 + ,84 + ,75 + ,73 + ,84 + ,84 + ,77 + ,85 + ,91 + ,86 + ,89 + ,87 + ,82 + ,83 + ,90 + ,82 + ,86 + ,72 + ,73 + ,91 + ,96 + ,99 + ,90 + ,88 + ,90 + ,77 + ,73 + ,78 + ,88 + ,86 + ,100 + ,88 + ,67 + ,73 + ,88 + ,89 + ,95 + ,102 + ,94 + ,93 + ,103 + ,88 + ,91 + ,84 + ,77 + ,81 + ,87 + ,89 + ,98 + ,88 + ,104 + ,88 + ,93 + ,89 + ,90 + ,101 + ,107 + ,85 + ,88 + ,96 + ,79 + ,113 + ,111 + ,107 + ,95 + ,84 + ,82 + ,99 + ,83 + ,98 + ,85 + ,82 + ,84 + ,105 + ,105 + ,99 + ,105 + ,100 + ,89 + ,96 + ,111 + ,105 + ,88 + ,90 + ,94 + ,93 + ,87 + ,92 + ,93 + ,90 + ,81 + ,69 + ,67 + ,NA + ,83 + ,84 + ,86 + ,83 + ,84 + ,90 + ,93 + ,96 + ,101 + ,69 + ,67 + ,73 + ,86 + ,90 + ,88 + ,90 + ,83 + ,90 + ,87 + ,78 + ,84 + ,92 + ,100 + ,89 + ,75 + ,67 + ,73 + ,89 + ,94 + ,98 + ,88 + ,89 + ,82 + ,87 + ,89 + ,77 + ,113 + ,111 + ,107 + ,102 + ,88 + ,84 + ,101 + ,94 + ,93 + ,87 + ,111 + ,96 + ,105 + ,111 + ,107 + ,101 + ,105 + ,95 + ,79 + ,97 + ,89 + ,86 + ,83 + ,82 + ,95 + ,105 + ,92 + ,104 + ,69 + ,100 + ,79 + ,80 + ,75 + ,86 + ,87 + ,94 + ,81 + ,67 + ,83 + ,92 + ,92 + ,92 + ,95 + ,102 + ,102 + ,97 + ,90 + ,98 + ,87 + ,98 + ,94 + ,94 + ,94 + ,83 + ,105 + ,101 + ,107 + ,94 + ,96 + ,107 + ,88 + ,94 + ,91 + ,105 + ,105 + ,83 + ,113 + ,105 + ,100 + ,69 + ,84 + ,77 + ,69 + ,72 + ,74 + ,100 + ,96 + ,92 + ,113 + ,94 + ,100 + ,88 + ,107 + ,92 + ,104 + ,103 + ,93 + ,94 + ,95 + ,89 + ,91 + ,73 + ,86 + ,103 + ,110 + ,97 + ,95 + ,84 + ,82 + ,69 + ,67 + ,73 + ,86 + ,73 + ,93 + ,108 + ,84 + ,97 + ,83 + ,79 + ,93 + ,102 + ,91 + ,89 + ,94 + ,92 + ,86 + ,113 + ,107 + ,89 + ,113 + ,111 + ,107 + ,93 + ,89 + ,90 + ,105 + ,110 + ,104 + ,88 + ,98 + ,96 + ,90 + ,95 + ,93 + ,92 + ,84 + ,104 + ,81 + ,73 + ,83 + ,86 + ,86 + ,92 + ,85 + ,98 + ,83 + ,86 + ,90 + ,83 + ,97 + ,97 + ,96 + ,103 + ,106 + ,84 + ,102 + ,106 + ,107) + ,dim=c(3 + ,104) + ,dimnames=list(c('WJ10ARD' + ,'WJ7AMA' + ,'WJ7AKN') + ,1:104)) > y <- array(NA,dim=c(3,104),dimnames=list(c('WJ10ARD','WJ7AMA','WJ7AKN'),1:104)) > for (i in 1:dim(x)[1]) + { + for (j in 1:dim(x)[2]) + { + y[i,j] <- as.numeric(x[i,j]) + } + } > par5 = '1,2,3' > par4 = '' > par3 = '20' > par2 = 'TRUE' > par1 = '3' > ylab = 'Exam Score' > xlab = 'Placement' > main = 'Reddy-Moores Placement Data' > #'GNU S' R Code compiled by R2WASP v. 1.0.44 () > #Author: Dr. Ian E. Holliday > #To cite this work: Ian E. Holliday, 2009, 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: > #Technical description: > par1 <- as.numeric(par1) # colour > par2<- as.logical(par2) # notches > par3<-as.numeric(par3) # percentage trim > if(par3>45){par3<-45;warning('trim limited to 45%')} > if(par3<0){par3<-0;warning('negative trim makes no sense. Trim is zero.')} > par4 <- as.numeric(par4) #factor column > par5 <- as.numeric(par5) # response column Warning message: NAs introduced by coercion > x <- t(x) > x1<-as.numeric(x[,par5]) # response Error: (list) object cannot be coerced to type 'double' Execution halted