mellio_anova_pairwise: Recompute one-way ANOVA pairwise contrasts under a different...

View source: R/bridge-extract-anova.R

mellio_anova_pairwiseR Documentation

Recompute one-way ANOVA pairwise contrasts under a different correction

Description

Lets the Lab switch the multiple-comparison adjustment without refitting the model: it reuses an aov object already held in the (WebR) session and runs the contrasts straight through mellio_payload()'s emmGrid method.

Usage

mellio_anova_pairwise(fit, by = NULL, adjust = "tukey")

Arguments

fit

A fitted one-way aov/lm object.

by

Optional grouping factor name; inferred from the model when NULL.

adjust

Multiple-comparison adjustment passed to emmeans::contrast() (e.g. "tukey", "bonferroni", "holm", "sidak", "fdr", "none").

Value

A pairwise-comparisons payload (table fields + pairwise_forest).


mellio documentation built on Aug. 30, 2026, 1:06 a.m.