### Feature description - File: `R\summarize_ancova.R` - Functions: - `h_ancova()` - Origin: Forked from `tern::h_ancova()` - Purpose: Adds support for `weights_emmeans` and optional `interaction_item` - Exported: No (helper). - `s_ancova_j()` - Origin: Extension of `tern:::s_ancova()` - Purpose: Returns 3 extra statistics: `lsmean_se`, `lsmean_ci`, `lsmean_diffci`; allows specifying `weights_emmeans`; handles `NULL` `.ref_group` by returning NA diffs - Exported: Yes. - `s_summarize_ancova_j()` and `a_summarize_ancova_j()` - Origin: Combines `tern::s_summary()` with ANCOVA-based estimates using `s_ancova_j()` - Purpose: Provide unadjusted summary plus adjusted mean and difference via ANCOVA; `a_...` is the formatted afun that supports `ref_path` and `.spl_context` - Exported: Yes (both)
Feature description
R\summarize_ancova.Rh_ancova()tern::h_ancova()weights_emmeansand optionalinteraction_items_ancova_j()tern:::s_ancova()lsmean_se,lsmean_ci,lsmean_diffci; allows specifyingweights_emmeans; handlesNULL.ref_groupby returning NA diffss_summarize_ancova_j()anda_summarize_ancova_j()tern::s_summary()with ANCOVA-based estimates usings_ancova_j()a_...is the formatted afun that supportsref_pathand.spl_context