R-Help There is an R library that will perform a Tukey test which prints out the Tukey groups (A, B, C, etc) and I don't recall the library. It was agriculture or something like that. And is there a library that will product the Tukey, Bonferonni, Scheffe, and Dunnett comparison tables? Jeff Reichmqn [[alternative HTML version deleted]]
In the age of google, Search! e.g. on "tukey test" at rseek.org -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Thu, Jan 24, 2019 at 7:51 PM <reichmanj at sbcglobal.net> wrote:> R-Help > > > > There is an R library that will perform a Tukey test which prints out the > Tukey groups (A, B, C, etc) and I don't recall the library. It was > agriculture or something like that. > > > > And is there a library that will product the Tukey, Bonferonni, Scheffe, > and > Dunnett comparison tables? > > > > Jeff Reichmqn > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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. >[[alternative HTML version deleted]]
On 1/25/19 4:51 PM, reichmanj at sbcglobal.net wrote:> R-Help > > > > There is an R library that will perform a Tukey test ...<SNIP> Surely you mean *package*. cheers, Rolf Turner P.S. You are probably thinking of the agricolae *package*. There is also the TukeyC package, which might be relevant. Likewise the multcomp package. And of course there is the TukeyHSD() function in the default package "stats". GIYF. R. T. -- Honorary Research Fellow Department of Statistics University of Auckland Phone: +64-9-373-7599 ext. 88276
and the mmcplot in the HH package which plots the results from the multcomp package. On Thu, Jan 24, 2019 at 11:14 PM Rolf Turner <r.turner at auckland.ac.nz> wrote:> > > On 1/25/19 4:51 PM, reichmanj at sbcglobal.net wrote: > > > R-Help > > > > > > > > There is an R library that will perform a Tukey test ... > > <SNIP> > > Surely you mean *package*. > > cheers, > > Rolf Turner > > P.S. You are probably thinking of the agricolae *package*. There is > also the TukeyC package, which might be relevant. Likewise the multcomp > package. And of course there is the TukeyHSD() function in the default > package "stats". > > GIYF. > > R. T. > > -- > Honorary Research Fellow > Department of Statistics > University of Auckland > Phone: +64-9-373-7599 ext. 88276 > > ______________________________________________ > R-help at 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.
check this: https://www.r-graph-gallery.com/84-tukey-test/ abou ______________________ *AbouEl-Makarim Aboueissa, PhD* *Professor, Statistics and Data Science* *Graduate Coordinator* *Department of Mathematics and Statistics* *University of Southern Maine* On Thu, Jan 24, 2019 at 10:51 PM <reichmanj at sbcglobal.net> wrote:> R-Help > > > > There is an R library that will perform a Tukey test which prints out the > Tukey groups (A, B, C, etc) and I don't recall the library. It was > agriculture or something like that. > > > > And is there a library that will product the Tukey, Bonferonni, Scheffe, > and > Dunnett comparison tables? > > > > Jeff Reichmqn > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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. >[[alternative HTML version deleted]]
how about this one too? https://www.r-bloggers.com/anova-and-tukeys-test-on-r/ abou ______________________ *AbouEl-Makarim Aboueissa, PhD* *Professor, Statistics and Data Science* *Graduate Coordinator* *Department of Mathematics and Statistics* *University of Southern Maine* On Thu, Jan 24, 2019 at 10:51 PM <reichmanj at sbcglobal.net> wrote:> R-Help > > > > There is an R library that will perform a Tukey test which prints out the > Tukey groups (A, B, C, etc) and I don't recall the library. It was > agriculture or something like that. > > > > And is there a library that will product the Tukey, Bonferonni, Scheffe, > and > Dunnett comparison tables? > > > > Jeff Reichmqn > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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. >[[alternative HTML version deleted]]