LogisticNormalFixedMixture: Initialization function for the "LogisticNormalFixedMixture"...

View source: R/Model-class.R

LogisticNormalFixedMixtureR 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 mean and cov for each bivariate (log) normal prior

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


crmPack documentation built on Sept. 3, 2022, 1:05 a.m.