buildCovMat | R Documentation |
A function to build the covariate matrix of the constraints
buildCovMat(datFrame)
datFrame |
the dataframe with which the covariate matrix is to be built 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.