Changelog
Source:NEWS.md
baselinr 0.5.0
CRAN release: 2026-06-30
- New
wwc_summary(): collapse abaseline_equivalence()table into an overall WWC verdict (satisfied/satisfied_with_adjustment/not_satisfied) plus per-category counts and the largest absolute effect size. - New
attrition(): overall and differential attrition for a two-group design, the inputs to the WWC attrition standard.
baselinr 0.4.0
- New bundled dataset
tutoring: a simulated quasi-experimental tutoring evaluation (400 students) whose covariates span all three WWC equivalence categories. Seedata-raw/tutoring.Rfor how it is generated. - New vignette “An impact-evaluation workflow” walking from raw study data to a baseline-equivalence report, Love plot, and formatted table.
baselinr 0.3.0
- New
love_plot(): a Love plot of standardized effect sizes across covariates, with WWC threshold reference lines and points coloured by category (requiresggplot2). - New
gt_baseline(): render a baseline equivalence table as a formattedgttable with readable labels and rounded statistics (requiresgt). -
ggplot2andgtadded to Suggests; both functions error gracefully if the package is not installed.
baselinr 0.2.0
- New
cox_index(): WWC Cox index standardized effect size for binary (dichotomous) covariates. -
baseline_equivalence()now handles binary covariates (numeric0/1, logical, or two-level factor) via the Cox index, in addition to continuous covariates via Hedges’ g. A covariate with exactly two unique values is treated as binary. - The output gains a
typecolumn ("continuous"/"binary"), and the effect-size column is renamed fromhedges_gto the estimator-agnosticeffect_size(breaking change). For binary covariates,mean_treatmentandmean_comparisonreport event proportions. - The default covariate set now includes logical and factor columns, not only numeric ones.
baselinr 0.1.0
Initial scaffold.
-
hedges_g(): standardized mean difference (Hedges’ g) between a treatment and a comparison group, with the WWC small-sample correction factor. -
wwc_classify(): classify standardized mean differences into the three WWC baseline-equivalence categories. -
baseline_equivalence(): build a report-ready baseline equivalence table for continuous covariates.