LogisticNormalFixedMixture {crmPack} | R Documentation |
Initialization function for the "LogisticNormalFixedMixture" class
Description
Initialization function for the "LogisticNormalFixedMixture" class
Usage
LogisticNormalFixedMixture(components, weights, refDose, logNormal = FALSE)
Arguments
components |
the specifications of the mixture components: a list with
one list of |
weights |
the weights of the components, these must be positive and will be normalized to sum to 1 |
refDose |
the reference dose |
logNormal |
should a log normal prior be specified, such that the mean vectors and covariance matrices are valid for the intercept and log slope? (not default) |
Value
the LogisticNormalFixedMixture
object
[Package crmPack version 1.0.6 Index]