compare_many: compare many combinations of treatment and control

View source: R/pepdiff.R

compare_manyR Documentation

compare many combinations of treatment and control

Description

for each combination of treatment and control condition, runs the 'compare()' function and collates the results

Usage

compare_many(df, comparison, iters = 1000, tests = c("bootstrap_t"))

Arguments

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'


TeamMacLean/pepdiff documentation built on April 24, 2023, 7:48 a.m.