funneljoin (version 0.2.0)

summarize_prop_tests: 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
)

Value

a data.frame with proportion test results

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