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(6703,4533,3945,10,7,13,-12,6706,4542,3972,9,7,12,-12,6709,4582,4041,9,8,12,2,6715,4603,4095,9,7,10,2,6724,4652,4178,7,6,9,13,6743,4706,4236,7,6,8,0,6774,4722,4231,8,7,9,-2,6805,4769,4231,8,8,9,-11,6835,4852,4275,8,8,10,-4,6879,4933,4337,9,8,10,-8,6942,4975,4387,8,7,9,-3,7012,4992,4460,8,7,9,-1,7070,5044,4539,7,7,8,-11,7114,5086,4531,8,8,8,-17,7154,5129,4562,8,8,9,-8),dim=c(7,15),dimnames=list(c('Bevolking','op','arbeidsleeftijd','Beroepsbevolking','Nationale','werkgelegenheid','Totaal','werkzoekenden','(%)','Werkzoekende','mannen','(%)','Werkzoekende','vrouwen','(%)','Consumentenvertrouwen'),1:15)) Error in array(list(6703, 4533, 3945, 10, 7, 13, -12, 6706, 4542, 3972, : length of 'dimnames' [1] not equal to array extent Execution halted