MoE_plotCrit {MoEClust} | R Documentation |
Model Selection Criteria Plot for MoEClust Mixture Models
Description
Plots the BIC, ICL, AIC, or log-likelihood values of a fitted MoEClust
object.
Usage
MoE_plotCrit(res,
criterion = c("bic", "icl", "aic", "loglik"),
...)
Arguments
res |
An object of class |
criterion |
The criterion to be plotted. Defaults to |
... |
Catches other arguments, or additional arguments to be passed to |
Value
A plot of the values of the chosen criterion
. The values themselves can also be returned invisibly.
Note
plot.MoEClust
is a wrapper to MoE_plotCrit
which accepts the default arguments, and also produces other types of plots.
Author(s)
Keefe Murphy - <keefe.murphy@mu.ie>
See Also
MoE_clust
, plot.MoEClust
, plot.mclustBIC
Examples
# data(ais)
# res <- MoE_clust(ais[,3:7], expert= ~ sex, network.data=ais)
# (crit <- MoE_plotCrit(res))