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(1,36,2,36,2,56,3,48,1,32,1,44,2,39,2,34,1,41,3,50,1,39,3,62,2,52,1,37,2,50,2,41,2,55,1,41,3,56,2,39,1,52,1,46,1,44,1,48,2,41,3,50,2,50,2,44,2,52,2,54,2,44,3,52,2,37,2,52,2,50,1,36,2,50,2,52,3,55,1,31,2,36,1,49,2,42,3,37,2,41,2,30,3,52,1,30,1,41,2,44,2,66,1,48,3,43,1,57,1,46,1,54,2,48,2,48,2,52,1,62,1,58,2,58,2,62,2,48,2,46,2,34,3,66,2,52,1,55,1,55,2,57,2,56,2,55,3,56,2,54,2,55,3,46,1,52,2,32,1,44,2,46,2,59,2,46,2,46,3,54,3,66,2,56,2,59,2,57,2,52,2,48,2,44,1,41,1,50,1,48,3,48,2,59,2,34,2,46,2,54,1,55,3,54,2,59,2,44,1,54,2,52,3,66,2,44,1,57,1,39,1,60,1,45,2,41,2,50,3,39,2,43,2,48,2,37,3,58,1,46,3,43,1,44,2,34,2,30,2,50,1,39,2,37,1,55,3,48,3,41,2,39,2,36,1,43,3,50,2,55,1,43,1,60,1,48,1,30,2,43,3,39,2,52,2,39,1,39,2,56,1,59,1,46,2,57,2,50,2,54,2,50,3,60,3,59,3,41,2,48,2,59,2,60,1,56,2,56,1,51),dim=c(2,160),dimnames=list(c('MVRBIQ0','MC30VRB',''),1:160)) Error in dimnames(data) <- dimnames : length of 'dimnames' [1] not equal to array extent Calls: array Execution halted