View source: R/create_design_mat.R
create.design.mat | R Documentation |
MFC design matrix
create.design.mat(K, db = NULL, nb = NULL)
K |
numeric, number of blocks |
db |
matrix, optional. block design as returned from create.design.block(), if NULL: computed from nb |
nb |
numeric, optional. Block size |
design matrix of mfc: rows=pairwise comparisons, columns=items
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.