ProbitLogNormalRel is the class for probit regression model with a bivariate
normal prior on the intercept and log slope.
Usage
ProbitLogNormalRel(mean, cov, ref_dose = 1)
.DefaultProbitLogNormalRel()
Arguments
mean
(numeric) the prior mean vector.
cov
(matrix) the prior covariance matrix. The precision matrix
prec is internally calculated as an inverse of cov.
ref_dose
(number) the reference dose \(x*\) (strictly positive
number).
Details
The covariate is the dose \(x\) divided by a reference dose \(x*\),
i.e.:
$$probit[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).$$