R version 3.0.2 (2013-09-25) -- "Frisbee Sailing" Copyright (C) 2013 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(2.88,2.22,3.32,NA,2.69,2.12,3.73,NA,2.28,2.58,3.92NA,2.06,2.69,3.56,1.95,2.76,3.89,NA,2.69,2.48,3.67,2.61,2.51,3.79,2.12,2.38,3.74,,NA,2.26,3.15,3.54,2.51,2.75,3.83,2.66,2.65,3.83,2.35,2.12,3.86,2.69,2.12,3.32,2.12,2.45,3.42,2.78,2.45,3.91,,),dim=c(4,16),dimnames=list(c('3'),1:16)) Error: unexpected numeric constant in "x <- array(list(2.88,2.22,3.32,NA,2.69,2.12,3.73,NA,2.28,2.58,3.92NA" Execution halted