Re: [R] Identifying matched groups based on a rule

2015-05-07 Thread John Kane
http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example

You have not supplied anywhere near enough information. See the link above for 
some suggestions.

John Kane
Kingston ON Canada


 -Original Message-
 From: ajao...@gmail.com
 Sent: Thu, 7 May 2015 10:52:03 +0300
 To: r-help@r-project.org
 Subject: [R] Identifying matched groups based on a rule
 
 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.


FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks  orcas on your 
desktop!

__
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.


[R] Identifying matched groups based on a rule

2015-05-07 Thread Ala' Jaouni
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.