R version 2.15.1 (2012-06-22) -- "Roasted Marshmallows" Copyright (C) 2012 The R Foundation for Statistical Computing ISBN 3-900051-07-0 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.41,1.43,1.43,1.45,1.49,1.54,1.54,1.55,1.55,1.55,1.55,1.56,1.56,1.59,1.62,1.62,1.64,1.65,1.64,1.65,1.65,1.65,1.66,1.67,1.68,1.68,1.68,1.71,1.71,1.71,1.71,1.71,1.72,1.79,1.8,1.8,1.84,1.9,1.9,1.92,1.93,1.93,1.94,1.94,1.95,1.95,1.96,1.95,1.95,1.94,1.94,1.93,1.93,1.9,1.91,1.9,1.91,1.91,1.91,1.91,1.93,1.94,1.93,1.91,1.88,1.88,1.89,1.9,1.92,1.93,1.96,1.96),dim=c(1,72),dimnames=list(c('A','B','C'),1:72)) Error in array(list(1.41, 1.43, 1.43, 1.45, 1.49, 1.54, 1.54, 1.55, 1.55, : length of 'dimnames' [1] not equal to array extent Execution halted