powered by
This function generates a cell means contrast matrix to support PLS models.
contr.niets(n, contrasts)
For datasets with categorical variables it produces the needed design matrix.
A vector of levels for a factor, or the number of levels.
a logical indicating whether contrasts should be computed; set to FALSE in order to generate required contrast matrix.
FALSE
Nelson Lee Afanador
This function uses contr.treatment to generate a cell means contrast matrix in support of PLS models.
contr.treatment
# Three levels levels <- LETTERS[1:3] contr.niets(levels) # Two levels levels <- LETTERS[1:2] contr.niets(levels)
Run the code above in your browser using DataLab