lazy_model | R Documentation |
This function produces a lazy mode
lazy_model(
data,
participant,
within.vars = NULL,
between.vars = NULL,
make_factor = TRUE
)
data |
the data in tidy format |
participant |
the name of the column containing the participant identifier |
within.vars |
(optional) a vector of strings containing names of the columns identifying within independent variables |
between.vars |
(optional) a vector of strings containing names of the columns identifying within independent variables |
make_factor |
indicates if columns should automatically be converted to factors (default TRUE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.