model.matrix.aldvmm {aldvmm} | R Documentation |
The method
model.matrix.aldvmm
for the generic function model.matrix
extracts a list of model matrices from an object
of class "aldvmm" using the function
aldvmm.mm
.
## S3 method for class 'aldvmm'
model.matrix(object, ...)
object |
an object inheriting from class "aldvmm". |
... |
further arguments passed to or from other methods. |
a named list of numeric matrices.
beta |
a numeric design matrix for the model of component distributions. |
delta |
a numeric design matrix of the multinomial logit model of probabilities of component membership. |