mint-metrics / mojito-r-analytics

Reporting & analytics tools for the Mojito split testing framework
https://mojito.mx/docs/r-analytics-intro
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

Show more info at experiment sizing calc #1

Closed kingo55 closed 4 years ago

kingo55 commented 4 years ago

This just adds some more context to the output, like the subjects, conversions and conversion rates:

> wave_eta <- estimateDurationQuery(
+   app_id = "xxx",
+   trigger_clause = "page_urlpath like '/support/%'",
+   conversion_clause = "page_urlpath = '/contact-us/'", # 
+   delta = -0.10,
+   recipes = 2,
+   stat_power = 0.8
+ )
[1] "Days to run: 46.6992309052861"
  subjects conversions   base_cvr target_cvr
1    29901        1806 0.06039932 0.05435939