generate_report_from_summaries: Compare summary statistics for two datasets, given only the...

Description Usage Arguments Value

Description

Compare summary statistics for two datasets, given only the summaries.

Usage

1
generate_report_from_summaries(challenger_stats, baseline_stats, tests)

Arguments

challenger_stats

data.frame. Summaries for the challenger data frame, created by calculate_summaries.

baseline_stats

data.frame. Summaries for the baseline data frame, created by calculate_summaries.

tests

list. A named list of functions that compare the challenger and the baseline. See above for details.

challenger_df

data.frame.

baseline_df

data.frame.

Value

a data.frame of logical values showing if each test passed or failed for each column.


avantoss/vardist documentation built on May 24, 2019, 3:03 a.m.