TITELogisticLogNormal
is the class for TITE-CRM based on a logistic
regression model using a bivariate normal prior on the intercept and log
slope parameters.
This class inherits from the LogisticLogNormal
.
Arguments
- weight_method
(
string
)
the weight function method: either linear or adaptive. This was used in Liu, Yin and Yuan's paper.- ...
Arguments passed on to
LogisticLogNormal
mean
(
numeric
)
the prior mean vector.cov
(
matrix
)
the prior covariance matrix. The precision matrixprec
is internally calculated as an inverse ofcov
.ref_dose
(
number
)
the reference dose \(x*\) (strictly positive number).
Slots
weight_method
(
string
)
the weight function method: either linear or adaptive. This was used in Liu, Yin and Yuan's paper.