Set intercept for contrast matrix
Given a contrast matrix and a desired level, change the intercept via manipulating underlying hypothesis matrix.
.set_intercept(contrast_matrix, intercept_level)
contrast_matrix
: Contrast matrix to useintercept_level
: Level to use as intercept, must be present in the row names of the contrast matrixManipulated contrast matrix
Useful links