Re: [R] R not recognizing words

2012-01-06 Thread arabarkev
There was a trailing white space! Now I feel not so smart Thanks a lot for your help! -- View this message in context: http://r.789695.n4.nabble.com/R-not-recognizing-words-tp4268283p4269326.html Sent from the R help mailing list archive at Nabble.com.

[R] R not recognizing words

2012-01-05 Thread arabarkev
Hello all I'm new to R and am experiencing a problem with a categorical variable. All the data of this variable are Low, High, or NA. When I put summary(x$y), it gives me the number of High, Low, and NA entries. However, when I try to subset by writing x$y==Low or x$y==High, R does not