R version 2.15.2 (2012-10-26) -- "Trick or Treat" Copyright (C) 2012 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i686-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(36,1,36,2,56,2,48,3,32,1,44,1,39,2,34,2,41,1,50,3,39,1,62,3,52,2,37,1,50,2,41,2,55,2,41,1,56,3,39,2,52,1,46,1,44,1,48,1,41,2,50,3,50,2,44,2,52,2,54,2,44,2,52,3,37,2,52,2,50,2,36,1,50,2,52,2,55,3,31,1,36,2,49,1,42,2,37,2,41,2,30,2,52,2,30,1,41,1,44,2,66,2,48,1,43,3,57,1,46,1,54,1,48,2,48,2,52,2,62,1,58,1,58,2,62,2,48,2,46,2,34,2,66,3,52,2,55,1,55,1,57,2,56,2,55,2,56,3,54,2,55,2,46,3,52,1,32,2,44,1,46,2,59,2,46,2,46,2,54,3,66,3,56,2,59,2,57,2,52,2,48,2,44,2,41,1,50,1,48,1,48,3,59,2,34,2,46,2,54,2,55,1,54,2,59,2,44,2,54,1,52,2,66,3,44,2,57,1,39,1,60,1,45,1,41,2,50,2,39,3,43,2,48,2,37,2,58,3,46,1,43,3,44,1,34,2,30,2,50,2,39,1,37,2,55,1,48,3,41,3,39,2,36,2,43,1,50,3,55,2,43,1,60,1,48,1,30,1,43,2,39,3,52,2,39,2,39,1,56,2,59,1,46,1,57,2,50,2,54,2,50,2,60,3,59,3,41,3,48,2,59,2,60,2,56,1,56,2,51,1),dim=c(2,160),dimnames=list(c('MC30VRB','MVRBIQ0'),1:160)) > y <- array(NA,dim=c(2,160),dimnames=list(c('MC30VRB','MVRBIQ0'),1:160)) > for (i in 1:dim(x)[1]) + { + for (j in 1:dim(x)[2]) + { + y[i,j] <- as.numeric(x[i,j]) + } + } > par3 = 'TRUE' > par2 = '2' > par1 = '1' > ylab = 'Verbal IQ 30 months' > xlab = 'Mother's IQ' Error: unexpected symbol in "xlab = 'Mother's" Execution halted