as_tibble               Convert a testflow object to a one-row tibble
make_cardio_data        Simulate a small cardiovascular teaching
                        dataset
plot.testflow           Plot a testflow object
print.testflow          Print a testflow object
report                  Return a ready-to-use testflow report
report_test             Return a ready-to-use testflow report
summary.testflow        Summarize a testflow object
sumtab                  Build a compact descriptive summary table
test_categorical        Test association between two categorical
                        variables
test_correlation        Test correlation between two numeric variables
test_correlation_matrix
                        Test a correlation matrix
test_factorial          Run a factorial ANOVA workflow
test_groups             Compare a numeric outcome across more than two
                        groups
test_multinomial        Test multinomial goodness of fit
test_one_sample         Test one numeric sample against a reference
                        value
test_outliers           Detect numeric outliers
test_paired             Compare paired before and after numeric
                        measurements
test_paired_categorical
                        Test paired categorical measurements
test_proportion         Test a one-sample proportion
test_repeated           Run a repeated-measures workflow from wide data
test_repeated_categorical
                        Test repeated categorical measurements
test_repeated_long      Run a repeated-measures workflow from long data
test_two_groups         Compare a numeric outcome between two
                        independent groups
