R version 2.15.2 (2012-10-26) -- "Trick or Treat" 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(4,'SMK',5,'SMK',3,'SMK',4,'SMK',5,'SMK',3,'SMK',7,'SMK',5,'SMK',6,'SMK',3,'SMK',2,'SMK',4,'SMK',5,'SMK',2,'SMK',3,'SMK',6,'SMK',4,'SMK',4,'SMK',6,'SMK',2,'SMK',3,'SMK',5,'SMK',4,'SMK',2,'SMK',7,'SMK',1,'SMK',4,'SMK',4,'SMK',7,'SMK',4,'SMK',3,'SMK',3,'SMK',3,'SMK',3,'SMK',2,'SMK',5,'SMK',5,'SMK',3,'SMK',6,'SMK',2,'SMK',8,'NS',9,'NS',10,'NS',7,'NS',8,'NS',9,'NS',10,'NS',6,'NS',6,'NS',7,'NS',8,'NS',9,'NS',8,'NS',7,'NS',5,'NS',11,'NS',7,'NS',8,'NS',10,'NS',9,'NS',3,'NS',5,'NS',4,'NS',2,'NS',6,'NS',1,'NS',4,'NS',4,'NS',5,'NS',4,'NS',3,'NS',3,'NS',4,'NS',3,'NS',2,'NS',5,'NS',4,'NS',3,'NS',6,'NS',2,'NS'),dim=c(2,80),dimnames=list(c('rate','status','curry'),1:80)) Error in array(list(4, "SMK", 5, "SMK", 3, "SMK", 4, "SMK", 5, "SMK", : length of 'dimnames' [1] not equal to array extent Execution halted