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(36,3,88,36,1,94,56,3,90,48,3,73,32,3,68,44,1,80,39,2,86,34,3,86,41,3,91,50,2,79,39,1,96,62,1,92,52,3,72,37,3,96,50,3,70,41,1,86,55,3,87,41,3,88,56,3,79,39,2,90,52,2,95,46,1,85,44,1,,48,3,90,41,3,115,50,1,84,50,1,79,44,3,94,52,1,97,54,2,86,44,3,111,52,2,87,37,2,98,52,3,87,50,1,68,36,3,88,50,3,82,52,1,111,55,2,75,31,1,94,36,1,95,49,2,80,42,1,95,37,1,68,41,3),dim=c(2,45),dimnames=list(c('MC30VRB','MOMAGE'),1:45)) Error in list(36, 3, 88, 36, 1, 94, 56, 3, 90, 48, 3, 73, 32, 3, 68, 44, : argument 69 is empty Calls: array Execution halted