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(67,1,86,2,86,2,103,3,74,1,63,1,82,1,93,2,77,1,111,3,71,1,103,3,89,2,75,1,88,2,84,2,85,2,70,1,104,3,88,2,77,1,77,1,72,1,70,1,83,2,110,3,91,2,80,2,91,2,86,2,85,2,107,3,93,2,87,2,84,2,73,1,84,2,86,2,99,3,75,1,87,2,79,1,82,2,95,3,84,2,85,2,95,3,63,1,78,1,85,2,86,2,75,1,98,3,71,1,63,1,71,1,84,2,81,2,93,2,79,1,63,1,93,2,92,2,93,2,83,2,80,2,111,3,92,2,79,1,69,1,83,2,80,2,91,2,97,3,85,2,85,2,99,3,67,1,87,2,68,1,81,2,80,2,93,2,93,2,102,3,104,3,90,2,85,2,92,2,82,2,85,2,89,2,77,1,79,1,76,1,101,3,81,2,92,2,89,2,81,2,77,1,95,3,85,2,81,2,76,1,93,2,104,3,89,2,76,1,77,1,71,1,79,1,89,2,81,2,99,3,81,2,84,2,85,2,111,3,78,1,111,3,78,1,87,2,92,2,93,2,70,1,84,2,75,1,105,3,96,3,85,2,87,2,75,1,103,3,86,2,77,1,74,1,74,1,76,1,83,2,101,3,83,2,92,2,74,1,87,2,71,1,79,1,83,2,80,2,90,2,80,2,96,3,109,3,98,3,85,2,83,2,86,2,72,1,83,2,75,1),dim=c(2,160),dimnames=list(c('MC30VRB','MVRBIQ0',''),1:160)) Error in array(list(67, 1, 86, 2, 86, 2, 103, 3, 74, 1, 63, 1, 82, 1, : length of 'dimnames' [1] not equal to array extent Execution halted