Description Usage Arguments Details Value
Compose response data from fixed and random effects
1 2 | compose_data(design_args, fixed = NULL, subj_rmx = NULL,
item_rmx = NULL, verbose = FALSE, contr_type = "contr.dev")
|
design_args |
List containing information about the experiment
design; see |
fixed |
vector of fixed effects |
subj_rmx |
matrix of by-subject random effects |
item_rmx |
matrix of by-item random effects |
verbose |
give debugging info (default = |
contr_type |
contrast type (default "contr.dev"); see ?contrasts |
This will add together all of the fixed and random effects
according to the linear model specified by the design. Note,
however, that it does not add in any residual noise; for that, use
the function sim_norm
.
a data frame containing response variable Y
, the
linear sum of all fixed and random effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.