[R] if else statements in data frame

ozgrerg ozgrgun at gmail.com
Sun Apr 17 00:17:28 CEST 2011


Thanks for the answers. They were very helpful. I did it like below.

data$z <- ifelse(data$x == "A" & data$y == "A", "NA", "B").

That is enough for today. I guess I learned a enough today. Thanks to
everbody who tried to help. 




--
View this message in context: http://r.789695.n4.nabble.com/if-else-statements-in-data-frame-tp3454646p3454710.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list