R version 2.12.1 (2010-12-16) Copyright (C) 2010 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(0.06 0.24,0.12 0.73,0.61 0.53,0.89 0.44,0.59 0.45,0.31 0.07,0.67 0.28,0.6 0.45,0.23 0.73,0.44 0.41,0.6 0.67,0.21 0.45,0.66 0.06,0.39 0.33,0.78 0.42,0.57 0.41,0.38 0.52,0.59 0.49,0.48 0.55,0.44 0.13,0.3 0.45,0.63 0.19,0.43 0.2,0.74 0.07,0.48 0.11,0.77 0.45,0.37 0.4,0.61 0.45,0.49 0.19,0.46 0.51) Error: unexpected numeric constant in "x <- c(0.06 0.24" Execution halted