Hello,

I'm trying to create a table like below for a data set representing one
test and indexed by five categories.

Categories are grouped into a number of buckets (three in this case: A, B,
C) based on the level at which the difference between groups is significant
(0.05).

Category,  Group,  Mean
1,  A,  94.9
2,  A,  94.8
3,  A+B,  93.4
4,  B+C,  91.4
5,  C,  91.1

Is there a way to do this in R?

Thanks.

        [[alternative HTML version deleted]]

______________________________________________
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