om_summarize_comparisons: Conduct t-tests and calculate Cohen's d

Description Usage Arguments

View source: R/analysis.R

Description

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.

Usage

1
2
3
4
5
om_summarize_comparisons(
  gathered_dat,
  aversion = "All",
  compare = c("PrePost", "PreFollow", "PrePostFollow")
)

Arguments

gathered_dat

Assessment data as long format

aversion

AssessmentVersion should be one of "V4", "V5/V5.1" or "All"

compare

With the 'compare' argument you can specify either "PrePost", "PreFollow" or both c("PrePost", "PreFollow") comparisons (the latter is the default).


openmindplatform/openmindR documentation built on Nov. 13, 2021, 2:13 p.m.