At 07:41 PM 7/10/2012, you wrote:

Seems to work for me:
> x <- data.frame(old1 = sample(c(1,2,8), 10, TRUE), old2 = 1:10)
> x$new <- ifelse(x$old1 == 8, 1, x$old2)
> x

Thanks Jim and Dan. The problem ended up with a missing values issue that threw me off. When your post confirmed that my code was right all along, I finally figured out the real problem.
Jeff

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to