Description Usage Arguments Value
This function builds the factorial design of the study based on the elements of the vectors specified as arguments. Each argument specified (i.e., vector) is regarded as a factor, and each value of the vectors is regarded as a level.
1 | build_design(participants, nodes, connectedness, architectures)
|
participants |
(int vector) Varying number of participants, e.g., |
nodes |
(int vector) Varying number of nodes (i.e., variables), e.g., |
connectedness |
(double vector) Varying number of connectivity, e.g., |
models |
(int vector) Network models, e.g., |
architecture |
(int vector) Network architectures, e.g., |
A matrix representing the factorial design of the study, where each row is a design cell.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.