This function performs mixed models (Currently only works on Ann Miller experimental data)
1 2 3 4 5 6 7 | om_mix_models(
gathered_dat,
question,
plot_model = F,
get_effects = F,
get_tidy = F
)
|
gathered_dat |
Assessment data as long format |
question |
Specify question that you want to perform analysis for (ex: |
plot_model |
logical. Show a coefficient plot of the model. Default is |
get_effects |
logical. Get marginal effects. Default is |
get_tidy |
logical. Get a tidy dataframe with estimates. Also calculates pseudo cohen's d efecct sizes. Default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.