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 <- c(5 37,6 30,7 47,8 35,9 30,10 43,11 82,12 40,1 47,2 19,3 52,4 136,5 80,6 42,7 54,8 66,9 81,10 63,11 137,12 72,1 107,2 58,3 36,4 52,5 79,6 77,7 54,8 84,9 48,10 96,11 83,12 66,1 61,2 53,3 30,4 74,5 69,6 59,7 42,8 65,9 70,10 100,11 63,12 105,1 82,2 81,3 75,4 102,5 121,6 98,7 76,8 77,9 63,10 37,11 35,12 23,1 40,2 29,3 37,4 51,5 20,6 28,7 13,8 22,9 25,10 13,11 16,12 13,1 16,2 17,3 9,4 17,5 25,6 14,7 8,8 7,9 10,10 7,11 10,12 3) Error: unexpected numeric constant in "x <- c(5 37" Execution halted