Description Usage Arguments Details Value Author(s) Examples
Checks and/or creates a dummy-coded design matrix.
1 | designCheck(DATA, DESIGN = NULL, make_design_nominal = TRUE)
|
DATA |
original data that should be matched to a design matrix |
DESIGN |
a column vector with levels for observations or a dummy-coded matrix |
make_design_nominal |
a boolean. Will make DESIGN nominal if TRUE (default). |
Returns a properly formatted, dummy-coded (or disjunctive coding) design matrix.
DESIGN |
dummy-coded design matrix |
Derek Beaton
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.