Closed kingo55 closed 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
This just adds some more context to the output, like the subjects, conversions and conversion rates: