binomial_systematic_generator: Generate samples of pairs to be tested

Description Usage Arguments Value

Description

Generate samples of pairs to be tested

Usage

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)

Arguments

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

Value

list with two data frames, a sample of converted elements, and a sample (of the same size) with non converted elements


heliopais/turingerror documentation built on May 17, 2019, 3 p.m.