R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows" 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(86 + ,36 + ,86 + ,56 + ,103 + ,48 + ,74 + ,32 + ,63 + ,44 + ,82 + ,39 + ,93 + ,34 + ,77 + ,41 + ,111 + ,50 + ,71 + ,39 + ,103 + ,62 + ,89 + ,52 + ,75 + ,37 + ,88 + ,50 + ,84 + ,41 + ,85 + ,55 + ,70 + ,41 + ,104 + ,56 + ,88 + ,39 + ,77 + ,52 + ,77 + ,46 + ,72 + ,44 + ,83 + ,41 + ,110 + ,50 + ,91 + ,50 + ,80 + ,44 + ,91 + ,52 + ,86 + ,54 + ,85 + ,44 + ,107 + ,52 + ,93 + ,37 + ,87 + ,52 + ,84 + ,50 + ,73 + ,36 + ,84 + ,50 + ,86 + ,52 + ,99 + ,55 + ,75 + ,31 + ,87 + ,36 + ,79 + ,49 + ,82 + ,42 + ,95 + ,37 + ,84 + ,41 + ,85 + ,30 + ,95 + ,52 + ,63 + ,30 + ,85 + ,44 + ,86 + ,66 + ,75 + ,48 + ,98 + ,43 + ,71 + ,57 + ,63 + ,46 + ,71 + ,54 + ,84 + ,48 + ,81 + ,48 + ,79 + ,62 + ,63 + ,58 + ,93 + ,58 + ,92 + ,62 + ,83 + ,46 + ,80 + ,34 + ,111 + ,66 + ,92 + ,52 + ,79 + ,55 + ,69 + ,55 + ,83 + ,57 + ,80 + ,56 + ,91 + ,55 + ,97 + ,56 + ,85 + ,54 + ,85 + ,55 + ,99 + ,46 + ,67 + ,52 + ,87 + ,32 + ,68 + ,44 + ,81 + ,46 + ,80 + ,59 + ,93 + ,46 + ,93 + ,46 + ,102 + ,54 + ,104 + ,66 + ,90 + ,56 + ,85 + ,59 + ,92 + ,57 + ,82 + ,52 + ,85 + ,48 + ,89 + ,44 + ,77 + ,41 + ,79 + ,50 + ,76 + ,48 + ,101 + ,48 + ,81 + ,59 + ,92 + ,34 + ,89 + ,46 + ,81 + ,54 + ,77 + ,55 + ,95 + ,54 + ,85 + ,59 + ,81 + ,44 + ,76 + ,54 + ,93 + ,52 + ,104 + ,66 + ,89 + ,44 + ,76 + ,57 + ,77 + ,39 + ,71 + ,60 + ,79 + ,45 + ,89 + ,41 + ,81 + ,50 + ,99 + ,39 + ,81 + ,43 + ,84 + ,48 + ,85 + ,37 + ,111 + ,58 + ,78 + ,46 + ,111 + ,43 + ,78 + ,44 + ,87 + ,34 + ,92 + ,30 + ,93 + ,50 + ,70 + ,39 + ,84 + ,37 + ,75 + ,55 + ,96 + ,41 + ,85 + ,39 + ,87 + ,36 + ,75 + ,43 + ,103 + ,50 + ,86 + ,55 + ,77 + ,43 + ,74 + ,60 + ,74 + ,48 + ,76 + ,30 + ,83 + ,43 + ,101 + ,39 + ,83 + ,52 + ,92 + ,39 + ,74 + ,39 + ,87 + ,56 + ,71 + ,59 + ,79 + ,46 + ,83 + ,57 + ,80 + ,50 + ,90 + ,54 + ,80 + ,50 + ,96 + ,60 + ,109 + ,59 + ,98 + ,41 + ,85 + ,48 + ,83 + ,59 + ,86 + ,60 + ,72 + ,56 + ,75 + ,51) + ,dim=c(2 + ,153) + ,dimnames=list(c('MVRB1Q0' + ,'MC30VRB') + ,1:153)) > y <- array(NA,dim=c(2,153),dimnames=list(c('MVRB1Q0','MC30VRB'),1:153)) > 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 = 'IQ' > xlab = ' AGE ' > main = 'EFFECT OF MOTHER'S AGE ON IQ' Error: unexpected symbol in "main = 'EFFECT OF MOTHER'S" Execution halted