Bayesian Bite: How could a Beta-Binomial model streamline analyses in your next clinical study?
If your trial uses a binary endpoint such as responder vs. non-responder or you are interested in safety monitoring via AE rates — a Bayesian Beta-Binomial model could be the option for you!
What is it?
A beta-binomial model combines:
to give a Beta-Binomial predictive posterior distribution. This leverages the conjugacy of the beta prior distribution with the binomial likelihood to maintain simplicity for the posterior distribution.
Intuitive probabilistic statements can be made from your posterior distribution enabling communication of results (e.g. what’s the probability there are more AEs in the active group than placebo?)
Another key benefit is the mechanistic approach to update your beliefs about responder/event rates as data accumulates throughout the study. This makes it an excellent candidate approach for AE rate monitoring or decision making at intermediate timepoints e.g. interim analysis DMCs or for incorporating knowledge from previous phases to increase certainty of your results.
📊 Efficacy
Suppose for each independent group, active and placebo, you start with a Beta(α, β) prior distribution for the response rate. To make this a vague prior α=1, β=1 could be used.
After observing:
The posteriors become:
Compute the posterior probability of active treatment superiority
= P(p_T − p_P > c | data)
That is, by randomly drawing values from the independent distributions of p_T and p_P, what proportion of the random draws met the condition p_T− p_P > c, where c is a clinically meaningful treatment difference. Typically, c=0 to demonstrate superiority in response rate of active treatment vs. placebo. We set a predefined threshold for success (e.g., 0.95), and if the probability is greater than the threshold then we may consider the active treatment effective. Ensure a large enough number of samples is used to ensure consistent results up to an acceptable level of precision between random draws with different seeds.
Recommended by LinkedIn
Beta-binomial models can be particularly useful in:
⚠️ Safety Monitoring: Comparing AE Rates
In almost the same way as for efficacy above, the same beta–binomial framework applies to estimating and comparing AE rates between treatment groups.
For an AE of interest:
P(p_T > p_P | data) gives the posterior probability that the active AE rate is greater than placebo AE rate.
A threshold of 80-95% may be set, as appropriate to the study, whereby the safety data will be independently reviewed with consideration to stop the study if P(p_T > p_P | data) > threshold.
Here’s where it gets really useful!
If you are revisiting the analysis repeatedly, e.g. in the case of AE rate monitoring at DMCs, the predictive posterior distribution can be obtained simply by updating the Beta distribution shape and scale parameters according to the number of participants with events and participants without events that have been observed since the last analysis (simple addition of new observations to the pre-existing predictive posterior).
Key insight: as more information is observed (from 10 participants in each arm to 20) in the plots below the density close to the mean increases, i.e. we observe greater certainty that response rate in the active arm is greater than in the placebo arm despite the presence of a placebo effect. Therefore as your study progresses the updated posteriors reflect the newly observed information.