Description Usage Arguments Value Examples
Generate partial contrast matrices
1 | make.partial.C(rows, cols, index)
|
rows |
Number of rows in the contrast matrix |
cols |
Number of columns in the contrast matrix |
index |
A number corresponding to the position of the fixed effect in the vector of fixed effect parameter estimates. |
A contrast matrix designed to test the fixed effect
corresponding to index
in the vector of fixed effects.
1 2 3 | make.partial.C(4, 5, 2)
make.partial.C(4, 5, 3)
make.partial.C(4, 5, 2:4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.