PostHocComp: Post Hoc pairwise comparisons

Description Usage Arguments Details Value Author(s) Examples

View source: R/PostHocComp.R

Description

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

Usage

1
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 González

José Luis Vicente Villardón

Examples

1
2
data(wine)
PostHocComp(wine$Group)

laura20vg/permanova documentation built on Dec. 16, 2019, 10 p.m.