View source: R/Plotting_Functions.R
MoE_plotCrit | R Documentation |
Plots the BIC, ICL, AIC, or log-likelihood values of a fitted MoEClust
object.
MoE_plotCrit(res,
criterion = c("bic", "icl", "aic", "loglik"),
...)
res |
An object of class |
criterion |
The criterion to be plotted. Defaults to |
... |
Catches other arguments, or additional arguments to be passed to |
A plot of the values of the chosen criterion
. The values themselves can also be returned invisibly.
plot.MoEClust
is a wrapper to MoE_plotCrit
which accepts the default arguments, and also produces other types of plots.
Keefe Murphy - <keefe.murphy@mu.ie>
MoE_clust
, plot.MoEClust
, plot.mclustBIC
# data(ais)
# res <- MoE_clust(ais[,3:7], expert= ~ sex, network.data=ais)
# (crit <- MoE_plotCrit(res))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.