contr.niets: Cell Means Contrast Matrix

contr.nietsR Documentation

Cell Means Contrast Matrix

Description

This function generates a cell means contrast matrix to support PLS models.

Usage

contr.niets(n, contrasts)

Arguments

n

A vector of levels for a factor, or the number of levels.

contrasts

a logical indicating whether contrasts should be computed; set to FALSE in order to generate required contrast matrix.

Details

This function uses contr.treatment to generate a cell means contrast matrix in support of PLS models.

Value

For datasets with categorical variables it produces the needed design matrix.

Author(s)

Nelson Lee Afanador

Examples

# Three levels
levels <- LETTERS[1:3]
contr.niets(levels)

# Two levels
levels <- LETTERS[1:2]
contr.niets(levels)

mvdalab documentation built on Oct. 6, 2022, 1:05 a.m.