PostHocComp {PERMANOVA}R Documentation

Post Hoc pairwise comparisons

Description

Creates a contrast C matrix of post hoc comparisons among groups.

Usage

PostHocComp(grupo)

Arguments

grupo

A factor containing the groups or treatments.

Details

Creates a contrast C matrix of post hoc comparisons among groups. The rows of the contrast matrix are not orthogonal.

Value

The PostHocComp function return a matrix to compare the levels of groups introduced.

Author(s)

Laura Vicente-Gonzalez and Jose Luis Vicente-Villardon

Examples

data(wine)
PostHocComp(wine$Group)

[Package PERMANOVA version 0.2.0 Index]