Computes the monotherapy toxicity contribution for one drug by delegating to
that drug's own prob() method. This keeps the combo probability calculation
aligned with each single-agent link function and dose transformation.
h_prob_two_drugs_combo_single_prob(dose, model, samples, drug_index)Numeric matrix with one row per posterior sample and one column per dose combination.
(matrix)
combo dose combinations, one row per combination.
(TwoDrugsCombo)
combo model.
(Samples)
combo model samples.
(integer)
index of the single-agent model to extract.