R version 3.4.0 (2017-04-21) -- "You Stupid Darkness" Copyright (C) 2017 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.120,3.70,4.80,5.70,6.65,7.51.59,8.40.95,9.32.5),dim=c(1,8),dimnames=list(c('Y','X1','X2'),1:8)) Error: unexpected numeric constant in "x <- array(list(2.120,3.70,4.80,5.70,6.65,7.51.59" Execution halted