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. > y <- c(206,156,140,132,120,109,106,104,101,101, 94, 90, 89, 89, 87, 87, 84, 84, 83, 81, 80, 78, 77, 76, 74, 74, 73, 72, 71, 71, 70, 68, 68, 67, 67, 66, 66, 64, 64, 63, 62, 62, 62, 62, 61, 61, 60, 59, 59, 59, 59, 58, 57, 57, 57, 57, 56, 55, 55, 55, 55, 53, 53, 53, 52, 52, 52, 52, 51, 50, 50, 50, 50, 48, 48, 48, 48, 48, 48, 48, 48, 48, 46, 45, 43, 43, 43, 43, 43, 42, 41, 41, 41, 41, 40, 39, 39, 39, 39, 38, 37, 36, 36, 36, 35, 35, 34, 34, 34, 34, 33, 33, 33, 32, 32, 32, 31, 31, 31, 31, 30, 30, 29, 28, 28, 28, 27, 26, 26, 25, 24, 24, 24, 24, 23, 23, 22, 22, 21, 18, 18, 18, 17, 17, 17, 17, 15, 14, 13, 13, 12, 12, 10, 10, 10, 10, 10,  9,  6,  6,  4,  4,  2,  2,  1,  0,  0,  0,  0) Error: unexpected input in "y <- c(206,156,140,132,120,109,106,104,101,101, " Execution halted