View source: R/summarize_funnel.R
summarize_prop_tests | R Documentation |
Summarise after join funnel with proportion test
summarize_prop_tests(
x,
alternative_name = alternative.name,
base_level = "control",
...,
ungroup = TRUE
)
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 |
a data.frame with proportion test results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.