[R] R not recognizing words
arabarkev
arabarkev at gmail.com
Fri Jan 6 06:20:18 CET 2012
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
recognize the word and it writes FALSE for all the entries (but not the NA
entries).
Can anybody help me out?
Thanks
--
View this message in context: http://r.789695.n4.nabble.com/R-not-recognizing-words-tp4268283p4268283.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list