summary.fabMix.object | R Documentation |
S3 method for printing a summary of a fabMix.object
.
## S3 method for class 'fabMix.object'
summary(object, quantile_probs, ...)
object |
An object of class |
quantile_probs |
A vector of quantiles to evaluate for each variable. |
... |
Ignored. |
The function prints and returns a summary of the estimated posterior means for the parameters of the selected model for a fabMix.object
. In particular, the method prints the ergodic means of the mixing proportions, marginal means and covariance matrix per component, as well as the corresponding quantiles.
A list consisting of the following entries:
alive_cluster_labels |
The labels of the “alive” components of the overfitting mixture model. |
posterior_means |
Posterior means of mixing proportion, marginal means and covariance matrix per (alive) cluster. |
quantiles |
A matrix containing the quantiles for each parameter. |
The summary
function of the coda
package to the mcmc
object object$mcmc
is used for computing quantiles.
Panagiotis Papastamoulis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.