compare_many | R Documentation |
for each combination of treatment and control condition, runs the 'compare()' function and collates the results
compare_many(df, comparison, iters = 1000, tests = c("bootstrap_t"))
df |
dataframe. Typically from 'import_data()' |
comparison |
path to file or dataframe of comparisons with columns treatment, t_seconds, control, c_seconds |
iters |
number of iterations to perform for iterative tests |
tests |
character vector of tests to use, one or more of: 'norm_quantile', 'bootstrap_t', 'wilcoxon', 'kruskal-wallis', 'rank_product' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.