R version 2.15.2 (2012-10-26) -- "Trick or Treat" 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(88,1,94,3,90,3,73,3,68,1,80,2,86,3,86,3,91,2,79,1,96,1,92,3,72,3,96,3,70,1,86,3,87,3,88,3,79,2,90,2,95,1,85,1,90,3,115,1,84,1,79,3,94,1,97,2,86,3,111,2,87,2,98,3,87,1,68,3,88,3,82,1,111,2,75,1,94,1,95,2,80,1,95,1,68,3,94,2,88,2,84,1,101,1,98,1,78,2,109,3,102,3,81,3,97,3,75,2,97,2,101,3,101,3,95,2,95,2,95,3,90,2,107,3,92,3,86,2,70,2,95,3,96,3,91,2,87,1,92,2,97,2,102,2,91,2,68,3,88,2,97,3,90,1,101,3,94,3,101,1,109,1,100,2,103,1,94,3,97,1,85,3,75,2,77,3,87,1,78,1,108,2,97,3,106,3,107,1,95,2,107,2,115,3,101,3,85,1,90,3,115,3,95,3,97,2,112,3,97,3,77,3,90,3,94,1,103,3,77,1,98,3,90,3,111,3,77,2,88,3,75,2,92,3,78,2,106,2,80,2,87,3,92,3,86,3,85,3,90,2,101,1,94,3,86,3,86,3,90,2,75,1,86,3,91,3,97,3,91,2,70,3,98,2,96,3,95,3,100,2,95,3,97,3,97,3,92,3,115,1,88,3,87,2,100,3,98,3,102,1,96,3),dim=c(2,151),dimnames=list(c('WISCRY7V MOMAGE'),1:151)) Error in array(list(88, 1, 94, 3, 90, 3, 73, 3, 68, 1, 80, 2, 86, 3, 86, : length of 'dimnames' [1] not equal to array extent Execution halted