aldvmm.getnames {aldvmm} | R Documentation |
Creating Names of Parameter Vectors
Description
aldvmm.getnames
creates names of parameter vectors used in
aldvmm
. The order of
the elements in 'lcoef'
and 'lcpar'
determines the order of
parameters and the structure of summary tables returned by
summary.aldvmm
.
Usage
aldvmm.getnames(X, names, lcoef, lcpar, lcmp, ncmp)
Arguments
X |
a list of design matrices returned by
|
names |
a character vector of names of considered elements
(distributions |
lcoef |
a character vector of length 2 with labels of objects including
regression coefficients of component distributions (default |
lcpar |
a character vector with the labels of objects including
constant parameters of component distributions (e.g. the standard
deviation of the normal distribution). The length of |
lcmp |
a character value representing a stub (default |
ncmp |
a numeric value of the number of components that are mixed. The
default value is 2. A value of 1 represents a tobit model with a gap
between 1 and the maximum value in |
Value
a character vector of names of parameter vectors used in
aldvmm
.