Reuses the dose-normalization expression inferred from a single-agent JAGS
data model, such as x / ref_dose or x - ref_dose, and evaluates it for R
dose inputs. The result is used for the combo interaction term so runtime
probabilities match the JAGS model used for MCMC.
h_prob_two_drugs_combo_normalized_dose(dose, single_model)Numeric vector of normalized doses.
(numeric)
single-agent doses.
(GeneralModel)
single-agent model.