powered by
LogisticLogNormalOrdinal
LogisticLogNormalOrdinal is the class for a logistic lognormal CRM model using an ordinal toxicity scale.
LogisticLogNormalOrdinal(mean, cov, ref_dose).DefaultLogisticLogNormalOrdinal()
.DefaultLogisticLogNormalOrdinal()
(numeric) the prior mean vector.
numeric
(matrix) the prior covariance matrix. The precision matrix prec is internally calculated as an inverse of cov.
matrix
prec
cov
(number) the reference dose \(x*\) (strictly positive number).
number
LogisticLogNormalOrdinal( mean = c(3, 4, 0), cov = diag(c(4, 3, 1)), ref_dose = 1 )
Run the code above in your browser using DataLab