Learn R Programming

crmPack (version 2.2.1)

h_prob_two_drugs_combo_normalized_dose: Evaluate a Single-Agent Dose Normalization

Description

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.

Usage

h_prob_two_drugs_combo_normalized_dose(dose, single_model)

Value

Numeric vector of normalized doses.

Arguments

dose

(numeric)
single-agent doses.

single_model

(GeneralModel)
single-agent model.