buildCovMat {RCM} | R Documentation |
A function to build the covariate matrix of the constraints
buildCovMat(covariates, dat)
covariates |
the covariates, either as dataframe or as character string |
dat |
the phyloseq object In this case we will 1) Include dummy's for every level of the categorical variable, and force them to sum to zero. This is needed for plotting and required for reference level indepenent normalization. 2) Exclude an intercept. The density function f() will provide this already. |
a list with components
covModelMat |
The model matrix |
datFrame |
The dataframe used to construct the model matrix |