R version 2.11.1 (2010-05-31) Copyright (C) 2010 The R Foundation for Statistical Computing ISBN 3-900051-07-0 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(63,84,76,105,83,112,121,144,175,203,56,54,81,85,96,100,154,138,150,109,78,70,96,106,118,146,155,170,194,199,53,*,*,*,*,214,291,*,*,*,90,102,123,122,148,129,172,239,187,240,66,78,81,109,99,127,169,207,120,196,178,198,161,176,279,163,265,302,504,673,114,*,*,*,*,176,*,*,257,*,106,92,353,142,162,311,348,334,584,448,82,101,95,122,104,163,135,201,156,245,56,61,91,130,79,98,145,174,169,188,76,77,102,80,68,132,136,161,179,190,86,103,97,85,94,133,160,232,215,279,68,65,73,118,108,160,130,185,171,178,87,132,120,109,144,201,204,148,224,278,83,105,82,136,152,174,211,135,166,139,95,121,174,156,208,204,295,429,294,342,111,94,137,190,162,187,187,321,287,360,98,100,134,231,175,225,210,241,211,242),dim=c(10,19),dimnames=list(c('2000','2001','2002','2003','2004','2005','2006','2007','2008','2009'),1:19)) Error: unexpected '*' in "x <- array(list(63,84,76,105,83,112,121,144,175,203,56,54,81,85,96,100,154,138,150,109,78,70,96,106,118,146,155,170,194,199,53,*" Execution halted