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(1.58,1.59,1.55,1.52,1.51,1.5,1.56,1.59,1.59,1.59,1.6,1.57,1.55,1.54,1.58,1.57,1.56,1.62,1.59,1.61,1.63,1.74,1.77,1.82,1.78,1.75,1.76,1.72,1.78,1.82,1.91,1.82,1.91,1.81,1.59,1.48,1.47,1.56,1.5,1.47,1.49,1.57,1.57,1.63,1.67,1.61,1.66,1.66,1.72,1.73,1.75,1.74,1.75,1.75,1.71,1.7,1.77,1.81,1.91,1.98,1.96,1.89,1.98,2.02,2.01,1.91,1.94,1.93,1.98,2.01,1.97,1.96,2.11,2.13,2.17,2.17,2.05,1.84,1.87,2.03,2.17,2.17,2.2,2.13),dim=c(1,84),dimnames=list(c('A','B','C'),1:84)) Error in array(list(1.58, 1.59, 1.55, 1.52, 1.51, 1.5, 1.56, 1.59, 1.59, : length of 'dimnames' [1] not equal to array extent Execution halted