Description Usage Arguments Value Note Examples
Summary method for objects of class "bayesTest".
1 2 3 4 5 6 7 |
object |
an object of class "bayesTest" |
percentLift |
a vector of length(x$posteriors). Each entry corresponds to the percent lift ((A - B) / B) to summarize for for the respective posterior in x. Note this is on a 'point' scale. percentLift = 5 implies you want to test for a 5% lift. |
credInt |
a vector of length(x$posteriors). Each entry corresponds to the width of credible interval of (A - B) / B to calculate for the respective posterior in x. Also on a 'point' scale. |
... |
additional arguments affecting the summary produced. |
A summaryBayesTest
object which contains summaries of the Posterior distributions, direct probabilities that A > B (by
percentLift
), credible intervals on (A - B) / B, and the Posterior Expected Loss on all estimated parameters.
The Posterior Expected Loss (https://en.wikipedia.org/wiki/Bayes_estimator) is a good indicator of when to end a Bayesian AB test. If the PEL is lower than the absolute delta of the minimum effect you wish to detect, the test can be reasonably be stopped.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.