make.TukeyC.groups: Make Tukey Groups

View source: R/make.TukeyC.groups.R

make.TukeyC.groupsR Documentation

Make Tukey Groups

Description

Builds groups of means, according to the method of Tukey.

Usage

  make.TukeyC.groups(x)

Arguments

x

A square matrix where the lines and colums are all levels of the factor being test sorted in decresing order. The matrix content are TRUE or FALSE, i.e, indicating whether or not equality between the levels of factor.

Details

This function is an algorithm used to build up the groups of means, allowing for overlapping.

Value

The object returned by this function is a character matrix and the rownames are the levels of the factor being tested sorted in decreasing order. The matrix has the same number of columns as the number of groups generated.

Note

This function is mainly for internal use in the TukeyC package.

Author(s)

Jose Claudio Faria (joseclaudio.faria@gmail.com)
Enio Jelihovschi (eniojelihovs@gmail.com)
Ivan Bezerra Allaman (ivanalaman@gmail.com)


jcfaria/TukeyC documentation built on July 6, 2023, 4:27 p.m.