plot_comparison_bic {outlierMBC} | R Documentation |
Plot multiple dissimilarity curves.
Description
Given a range of ombc_gmm outputs, each arising from a different model, this function is designed to produce a graphical aid for selecting the best model. It displays the dissimilarity curves from each of these models on the same plot.
Usage
plot_comparison_bic(ombc_list)
Arguments
ombc_list |
A list of outputs from |
Value
plot_comparison
returns a ggplot object consisting of multiple
dissimilarity curves overlaid on the same plot.
[Package outlierMBC version 0.0.1 Index]