R version 2.13.0 (2011-04-13) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i486-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(114.41,3.01%,113.46,113.14,114.55,2.86%,113.55,113.31,115,3.10%,113.84,113.54,115.66,3.22%,114.38,113.81,116.33,3.39%,115.05,114.21,116.91,3.52%,115.39,114.67,117.2,3.41%,115.57,115.1,117.59,3.35%,115.98,115.5,117.95,3.67%,116.43,115.84,118.09,3.75%,116.61,116.15,117.99,3.60%,116.49,116.38,118.31,3.55%,116.73,116.57,118.49,3.57%,116.96,116.7),dim=c(4,13),dimnames=list(c('Algemene','index','Inflatie','Gezondheidsindex','Afgevlakte','index'),1:13)) Error: unexpected ',' in "x <- array(list(114.41,3.01%,113.46,113.14,114.55,2.86%," Execution halted