LogisticLogNormalSub
is the class for a standard logistic model with
bivariate (log) normal prior with subtractive dose standardization.
Details
The covariate is the dose \(x\) minus the reference dose \(x*\), i.e.: $$logit[p(x)] = alpha0 + alpha1 * (x - x*),$$ where \(p(x)\) is the probability of observing a DLT for a given dose \(x\). The prior $$(alpha0, log(alpha1)) ~ Normal(mean, cov).$$
Slots
params
(
ModelParamsNormal
)
bivariate normal prior parameters.ref_dose
(
number
)
the reference dose \(x*\).