R version 3.0.1 (2013-05-16) -- "Good Sport" 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(0.6,0.59,0.61,0.61,0.6,0.6,0.58,0.63,0.65,0.62,0.61,0.67,0.66,0.59,0.54,0.53,0.5,0.5,0.52,0.53,0.54,0.54,0.55,0.52,0.47,0.47,0.44,0.45,0.43,0.41,0.4,0.37,0.37,0.4,0.45,0.4,0.38,0.43,0.53,0.59,0.57,0.61,0.57,0.56,0.53,0.55,0.55,0.58,0.58,0.56,0.52,0.49,0.48,0.46,0.47,0.44,0.45,0.45,0.43,0.44,0.45,0.45,0.45,0.46,0.46,0.45,0.43,0.44,0.47,0.47,0.5,0.51),dim=c(1,72),dimnames=list(c('A','B','C'),1:72)) Error in array(list(0.6, 0.59, 0.61, 0.61, 0.6, 0.6, 0.58, 0.63, 0.65, : length of 'dimnames' [1] not equal to array extent Execution halted