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(11,7,12,6,12,10,12,9,12,7,12,9,11,8,10,8,8,6,9,11,12,8,11,12,12,10,12,8,12,10,12,9,12,8,11,9,12,12,11,9,12,5,11,9,12,8,11,10,12,10,12,5,11,11,11,11,12,11,10,7,12,8,5,5,12,6,12,9,12,11,12,11,12,11,12,11,12,9,12,8,12,11,10,9,12,5,11,8,12,10,11,8,12,8,12,9,12,9,4,5,11,7,10,12,12,10,12,8,3,6,12,9,8,7,2,8,7,2,9,7,10,6,12,10,12,10,9,6,10,10,10,10,11,8,9,8,11,9,10,9,11,10,11,10,12,12,12,11,11,9,6,7,12,9,8,7,12,11,11,10,12,8,11,7,12,12,11,9,12,12,5,2,4,7,12,12,8,8,12,8,12,10,12,10,10,10,11,10,11,4,10,5,6,6),dim=c(2,97),dimnames=list(c('P1Cat','P2Cat',''),1:97)) Error in dimnames(data) <- dimnames : length of 'dimnames' [1] not equal to array extent Calls: array Execution halted