Learn R Programming

PERMANOVA (version 0.2.0)

PostHocComp: 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.

Value

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

Details

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

Examples

Run this code
# NOT RUN {
data(wine)
PostHocComp(wine$Group)
# }

Run the code above in your browser using DataLab