Description Usage Arguments Value See Also Examples
mixturemar
returns the marginal distribution of a multivariate
mixture distribution. This can only be applied on S4 model objects with
dist="normult"
or dist="studmult"
.
1 2 | ## S4 method for signature 'model'
mixturemar(object, J)
|
object |
An S4 model object with a multivariate distribution. |
J |
An integer specifying the dimension for which the marginal distribution should be returned. |
An S4 model object with the marginal distribution for dimension
J
.
1 2 3 4 | ## Not run:
mar_model <- mixturemar(f_model, 1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.