View source: R/statistics_reports.R
| posthoc_report | R Documentation |
Post-hoc and pairwise comparison report
posthoc_report(
data,
method = c("anova", "kruskal_wallis", "chi_square", "cochran_q"),
outcome = NULL,
group = NULL,
table_vars = NULL,
measures = NULL,
correction = c("holm", "bonferroni", "BH")
)
data |
A data.frame. |
method |
Comparison family. Supports |
outcome |
Outcome variable for group comparisons. |
group |
Grouping variable for group comparisons. |
table_vars |
Two categorical variables for chi-square residuals and pairwise proportion tests. |
measures |
Repeated binary measures for pairwise McNemar tests. |
correction |
Multiple-comparison correction. |
An object of class sframe_posthoc_report.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.