R version 3.0.2 (2013-09-25) -- "Frisbee Sailing" Copyright (C) 2013 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-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.52,0.53,0.53,0.53,0.53,0.51,0.5,0.49,0.49,0.5,0.5,0.51,0.52,0.52,0.52,0.52,0.51,0.51,0.47,0.44,0.44,0.47,0.49,0.48,0.52,0.51,0.52,0.51,0.51,0.5,0.51,0.47,0.49,0.48,0.51,0.51,0.51,0.52,0.52,0.51,0.52,0.52,0.5,0.45,0.42,0.43,0.47,0.48,0.5,0.52,0.5,0.51,0.5,0.5,0.49,0.47,0.46,0.46,0.49,0.53,0.5,0.51,0.51,0.5,0.49,0.5,0.51,0.5,0.47,0.49,0.49),dim=c(1,71),dimnames=list(c('A','B','C'),1:71)) Error in array(list(0.52, 0.53, 0.53, 0.53, 0.53, 0.51, 0.5, 0.49, 0.49, : length of 'dimnames' [1] not equal to array extent Execution halted