R version 3.0.2 (2013-09-25) -- "Frisbee Sailing" Copyright (C) 2013 The R Foundation for Statistical Computing 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(6,1,5,1,3,1,9,3,6,1,8,2,7,2,9,3,9,3,4,1,10,3,9,3,8,2,6,1,5,1,8,2,9,3,8,2,4,1,8,2,9,3,8,2,10,3,9,3,8,2,9,3,4,1,9,3,0,0,7,2,9,3,8,2,7,1,10,3,0,0,9,3,9,3,10,3,8,2,8,2,7,1,9,3,7,1,6,1,7,2,9,3,7,2,9,3,6,1,5,1,6,1,9,3,9,3,8,2,4,1,8,2,7,2,7,2,3,1,7,2,5,1,8,2,6,1,9,3,8,2,5,1,3,1,8,2,6,1,7,2,7,2,9,3,8,2,6,1,7,2,6,1,10,3,4,1,8,2,8,2,6,1,3,1,7,2,5,1,3,1,8,2,8,2,7,2,8,2,9,3,7,2,9,3,8,2,7,2,8,2,9,3,7,2,8,2,7,2,7,2,9,3,5,1,6,1,8,2,7,2,7,2,6,1,9,3,6,1,10,3,8,2,8,2,10,3,10,3,5,1,8,2,7,2,10,3,9,3,8,2,4,1,7,2,8,2,8,2,8,2,8,2,9,3,10,3,7,2,5,1,9,3,8,2,7,2,8,2,6,1,7,2,7,2,6,1,9,3,8,2,7,2,5,1,9,3,8,2,8,2,9,3,7,2,6,1,8,2,5,1,6,1,8,2,8,2,6,1,9,3,9,3,7,2,8,2,9,3,4,1),dim=c(2,160),dimnames=list(c('MWARM30','Childs','IQ '),1:160)) Error in array(list(6, 1, 5, 1, 3, 1, 9, 3, 6, 1, 8, 2, 7, 2, 9, 3, 9, : length of 'dimnames' [1] not equal to array extent Execution halted