Learn R Programming

fabMix (version 5.1)

summary.fabMix.object: Summary method

Description

S3 method for printing a summary of a fabMix.object.

Usage

# S3 method for fabMix.object
summary(object, quantile_probs, ...)

Value

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.

Arguments

object

An object of class fabMix.object, which is returned by the fabMix function.

quantile_probs

A vector of quantiles to evaluate for each variable.

...

Ignored.

Author

Panagiotis Papastamoulis

Details

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.