GroupPostHocs: Groups result from post-hoc test

Description Usage Arguments Value

Description

The function is generic and can consume either dissimilarity matrix (of class dist, e.g. produced by stats::dist function), or glht object, produced by the glht function from the multcomp package.

Usage

1
GroupPostHocs(object, ...)

Arguments

object

Object of one of the supported types.

max.recursive.level

Defaults to 1 for flat representation. If more, algorithm will try to recursively subpartition groups that have more than 2 elements.

solutions.count

Number of sultions to report. Defaults to 1, i.e. only the best solution will be printed.

Value

Object of class PostHocGroups. If only one possible solution was requested, the object has also class PostHocGroup.


adamryczkowski/PostHocGroups documentation built on May 10, 2019, 5:50 a.m.