R version 3.3.1 (2016-06-21) -- "Bug in Your Hair" Copyright (C) 2016 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(2350,2375,2300,2325,2325,2250,2350,2100,2225,2125,2075,2350,2400,2250,2350,2300,2325,2425,2325,1950,2025,2175,1800,2200,2300,2300,2375,2375,2225,2400,1950,1950,1900,2150,1850,2550,2225,2600,2300,2250,2375,2475,2100,1850,2100,2400,1975,2525,2250,2425,2300,2450,2225,2500,2200,1850,2150,2350,1900,2525,2175,2450,2300,2375,2200,2450,2275,1825,2200,2050,1725,2475,2000,2400,2275,2375,2350,2525,2225,1650,2150,2100,1850,2450,2050,2700,2325,2425,2325,2525,2200,1850,2150,2025,1875,2225,1975,2500,2225,2425,2250,2475,2275,1825,2125,2100,2075,2375),dim=c(1,108),dimnames=list(c('A','B','C'),1:108)) Error in array(list(2350, 2375, 2300, 2325, 2325, 2250, 2350, 2100, 2225, : length of 'dimnames' [1] not equal to array extent Execution halted