I’ve run into something of a challenge for a Bayesian analysis I’m preparing. Briefly, the challenge goes something like this:
- A flu vaccine has antigens for three strains.
- We want to evaluate whether—I’m going to simplify this a little bit—high dose results in better immunogenicity than standard dose.
- I want to be able to construct a “declaration” rule a priori based on a posterior probability of an event that looks something like this (although I welcome feedback on whether this is advisable or not):
- Geometric mean ratio (comparing high dose to standard) > 1.0 for all antigens, OR
- Geometric mean ratio (comparing high dose to standard) > 1.25 for two antigens and > 0.8 for all antigens, OR
- Geometric mean ratio (comparing high dose to standard) > 1.5 for one antigen and > 0.9 for all antigens
Ostensibly, I would use a posterior probability threshold of something like 0.90 or 0.95. I pulled out the numbers 1.25, 0.8, 1.5, and 0.9 somewhat arbitrarily but I imagine the logic is apparent: if we sacrifice superiority on one antigen, then the threshold for the other should certainly be higher than “ratio > 1.” If we’re going to sacrifice superiority on two antigens, then the threshold for such a declaration should be more stringent and/or the bar for the other antigen should be yet higher.
But…I honestly am not aware of whether there is a principled way to develop these numbers or if there is a way to build an “equivalence class” of decision rules that takes a whole bunch of combinations into account at once. Has anyone done something like this?
Ultimately, we will have 95% credible intervals on the geometric mean ratio individually, but I’m trying to do something principled toward a decision rule in advance if it’s at all possible. Any advice on choosing thresholds and/or making the above proposal stronger is appreciated.
DISCLAIMER: I’m not asking to get into a debate about immunogenicity—I am well aware that HAI titers do not translate to protection from severe complications from infection; this is a phase 2 immunogenicity and safety trial and not an effectiveness trial.