This is a higher-level function that uses "om_compare", "bind_questions" and "summarize_comparison" to calculate t-tests and Cohen's d on Assessment data.
1 2 3 4 5 | om_summarize_comparisons(
gathered_dat,
aversion = "All",
compare = c("PrePost", "PreFollow", "PrePostFollow")
)
|
gathered_dat |
Assessment data as long format |
aversion |
AssessmentVersion should be one of |
compare |
With the 'compare' argument you can specify either |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.