R version 3.0.2 (2013-09-25) -- "Frisbee Sailing" Copyright (C) 2013 The R Foundation for Statistical Computing 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 <- c(4 'SMK',5 'SMK',3 'SMK',4 'SMK',5 'SMK',3 'SMK',7 'SMK',5 'SMK',6 'SMK',3 'SMK',2 'SMK',4 'SMK',5 'SMK',2 'SMK',3 'SMK',6 'SMK',4 'SMK',4 'SMK',6 'SMK',2 'SMK',3 'SMK',5 'SMK',4 'SMK',2 'SMK',7 'SMK',1 'SMK',4 'SMK',4 'SMK',7 'SMK',4 'SMK',3 'SMK',3 'SMK',3 'SMK',3 'SMK',2 'SMK',5 'SMK',5 'SMK',3 'SMK',6 'SMK',2 'SMK',8 'NS',9 'NS',10 'NS',7 'NS',8 'NS',9 'NS',10 'NS',6 'NS',6 'NS',7 'NS',8 'NS',9 'NS',8 'NS',7 'NS',5 'NS',11 'NS',7 'NS',8 'NS',10 'NS',9 'NS',3 'NS',5 'NS',4 'NS',2 'NS',6 'NS',1 'NS',4 'NS',4 'NS',5 'NS',4 'NS',3 'NS',3 'NS',4 'NS',3 'NS',2 'NS',5 'NS',4 'NS',3 'NS',6 'NS',2 'NS') Error: unexpected string constant in "x <- c(4 'SMK'" Execution halted