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(88,95,95,98,92,87,89,95,91,81,97,84,88,92,92,95,104,84,79,79,84,91,78,69,80,79,84,91,86,84,85,92,85,94,78,89,86,86,83,82,71,86,107,90,91,97,93,90,78,80,77,91,90,88,74,77,88,95,86,88,97,89,102,112,88,103,80,86,84,98,97,87,102,81,88,100,88,93,97,82,101,92,82,88,114,100,113,88,91,95,96,111,99,91,102,85,114,105,105,91,92,105,114,100,96,89,82,88,103,91,93,83,71,93,74,71,69,88,89,83,88,82,83,98,105,93,74,71,69,86,91,86,93,105,90,85,82,87,91,86,92,75,72,75,97,98,89,88,80,88,79,84,87,106,109,113,102,80,102,98,112,101,98,86,87,114,112,105,95,90,101,98,96,79,82,84,86,97,94,95,94,112,104,84,81,79,88,105,86,83,77,81,98,105,92,106,112,95,94,91,97,91,92,87,89,72,94,102,100,105,103,103,94,96,89,88,89,86,105,112,112,113,74,71,69,74,73,69,10),dim=c(3,77),dimnames=list(c(''),1:77)) Error in dimnames(data) <- dimnames : length of 'dimnames' [1] not equal to array extent Calls: array Execution halted