Description Usage Arguments Value
Generate samples of pairs to be tested
1 2 3 | binomial_systematic_generator(d, trial_column, success_column,
estimate_columns, min_observations = 5, combine_low_volume_items = T,
min_sample_size = 1000)
|
d |
data frame with conversion data |
trial_column |
column name with number of trials |
success_column |
column name with number of successes |
estimate_columns |
column names with conversion estimates |
min_observations |
minimum number of observations per item |
combine_low_volume_items |
flag indicating whether items that have less observations than minimum threshold should be combined |
min_sample_size |
minimum number of random samples (and tests) generated |
list with two data frames, a sample of converted elements, and a sample (of the same size) with non converted elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.