Sorry last count was wrong ...

test =data.frame("first"=c("seven","two","five","four"),
                 "second"=c("three","one","three","one"),
                 "third"=c("four","two","three","four"),
                 "fourth"=c("four","one","one","four"))

count =data.frame("dobule1"=c("four","two","three","NA"),
                 "double2"=c("NA","one","NA","NA"),
                 "triple"=c("NA","NA","NA","four"))

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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