simple_main_effects | R Documentation |
For each level of one independent variable, perform an Anova with another independent variable.
simple_main_effects(formula, by, data, table_only = TRUE)
formula |
The |
by |
The independent variable for each of whose levels a separate Anova is performed. |
data |
The data set. |
table_only |
If TRUE (default), only a data-frame of F-tests is
returned. If FALSE, a list with each |
A list of afex::afex_aov
objects
simple_main_effects(log_rt ~ Error(subject/condition), by = keyboard, data = behmercrump)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.