Description Usage Arguments Details See Also Examples
LogisticLogNormal
is the class for the usual logistic regression model
with a bivariate normal prior on the intercept and log slope.
1 | LogisticLogNormal(mean, cov, ref_dose = 0)
|
mean |
( |
cov |
( |
ref_dose |
( |
The covariate is the natural logarithm of the dose x divided by the reference dose x*, i.e.:
logit[p(x)] = alpha0 + alpha1 * log(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).
ModelLogNormal
, LogisticNormal
, LogisticLogNormalSub
,
ProbitLogNormal
, ProbitLogNormalRel
.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.