I have a following sample data frame. How can I create a group id of column and
b and to obtain column c? a b c 1 1 1 1 1 1 1
1 1 1 2 2 1 2 2 1 2 2 1 3 3 1
3 3 1 3 3 2 1 4 2 1 4 2 1 4 2
2 5 2 2 5 2 2 5 2 2 5
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.