R version 3.0.2 (2013-09-25) -- "Frisbee Sailing" Copyright (C) 2013 The R Foundation for Statistical Computing 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(3477,2685,2438,1692,4054,3946,3623,2455,2362,2791,2369,3438,3682,2801,2563,3108,2890,3940,4036,1514,3461,2980,2728,3891,3715,2843,1416,2657,1856,2441,3172,2813,3335,2608,5784,4726,3817,2755,2541,3154,2684,3732,4286,2394,1698,3945,2549,3943,3899,2783,2660,1848,4482,4157,4404,2686,2593,3254,2664,4203,3985,2861,2758,1968,4666,4226,4748,2767,2723,3297,2758,4338),dim=c(1,72),dimnames=list(c('A','B','C'),1:72)) Error in array(list(3477, 2685, 2438, 1692, 4054, 3946, 3623, 2455, 2362, : length of 'dimnames' [1] not equal to array extent Execution halted