R version 2.10.1 (2009-12-14) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN 3-900051-07-0 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(12,544,12,264,13,783,11,214,11,453,10,883,10,381,10,348,10,024,10,805,10,796,11,907,12,261,11,377,12,689,11,474,10,992,10,764,12,164,10,409,10,398,10,349,10,865,11,630,12,221,10,884,12,019,11,021,10,799,10,423,10,484,10,450,9,906,11,049,11,281,12,485,12,849,11,380,12,079,11,366,11,328,10,444,10,854,10,434,10,137,10,992,10,906,12,367,14,371,11,695,11,546,10,922,10,670,10,254,10,573,10,239,10,253,11,176,10,719,11,817,12,503,11,510,12,012,10,941,11,252,10,662,11,114,10,415,10,626,11,411,10,936,12,513),dim=c(2,72),dimnames=list(c('sterftes'),1:72)) Error in dimnames(data) <- dimnames : length of 'dimnames' [1] not equal to array extent Calls: array Execution halted