ModelLogNormal-class: 'ModelLogNormal'

Description Usage Arguments Slots See Also

Description

[Stable]

ModelLogNormal is the class for a model with a reference dose and bivariate normal prior on the model parameters alpha0 and natural logarithm of alpha1, i.e.:

(alpha0, log(alpha1)) ~ Normal(mean, cov),

. Transformations other than log, e.g. identity, can be specified too in priormodel slot. The parameter alpha1 has a log-normal distribution by default to ensure positivity of alpha1 which further guarantees exp(alpha1) > 1. The slots of this class contain the mean vector, the covariance and precision matrices of the bivariate normal distribution, as well as the reference dose. Note that the precision matrix is an inverse of the covariance matrix in the JAGS. All ("normal") model specific classes inherit from this class.

Usage

1
ModelLogNormal(mean, cov, ref_dose = 0)

Arguments

mean

(numeric)
the prior mean vector.

cov

(matrix)
the prior covariance matrix.

ref_dose

(number)
the reference dose.

Slots

mean

(numeric)
the prior mean vector.

cov

(matrix)
the prior covariance matrix.

prec

the prior precision matrix, which is an inverse matrix of the cov.

ref_dose

(number)
the reference dose.

See Also

LogisticNormal, LogisticLogNormal, LogisticLogNormalSub, ProbitLogNormal, ProbitLogNormalRel.


0liver0815/onc-crmpack-test documentation built on Feb. 19, 2022, 12:25 a.m.