summarize_prop_tests {funneljoin} | R Documentation |
Summarise after join funnel with proportion test
Description
Summarise after join funnel with proportion test
Usage
summarize_prop_tests(
x,
alternative_name = alternative.name,
base_level = "control",
...,
ungroup = TRUE
)
Arguments
x |
a data.frame with columns nb_conversions and nb_users |
alternative_name |
the name of the column indicating the experiment group |
base_level |
the name of the control experiment group |
... |
any additional arguments |
ungroup |
whether the table needs to be ungrouped |
Value
a data.frame with proportion test results
[Package funneljoin version 0.2.0 Index]