MDMix {MIMOSA} | R Documentation |
This function fits the multinomial dirichelt MIMOSA model using EM. It can also be used to initialize the model parameters for the MCMC model.
MDMix( data = NULL, modelmatrix = NULL, alternative = "greater", initonly = FALSE )
data |
The observed data |
modelmatrix |
a model matrix specifying which components should be computed |
alternative |
either 'greater' or 'not equal' to fit the one-sided or two-sided model. |
initonly |
|
An object of class MDMixResult
Greg Finak TODO filtering of pu>ps needs to be corrected here.