Return a plain-language checklist of items to confirm before reporting a
result. Use view = "audit" to retrieve the underlying technical status and
result codes retained by the analysis object.
Examples
result <- compare_groups(mtcars, variable = mpg, group = am)
assumptions_stats(result)
Checks before reporting
Variable
Check before reporting
Action
Details
assumptions_stats(result, format = "tibble")
#> # A tibble: 2 × 4
#> Variable `Check before reporting` Action Details
#> <chr> <chr> <chr> <chr>
#> 1 mpg Independent observations Confirm from study des… Confir…
#> 2 mpg Distribution and influential outliers Review alongside autom… Inspec…