View source: R/plot_fit_scores.R
plot_fit_scores | R Documentation |
Plots the scores via ICL, reICL, BIC and AIC which can be used for model selection. It allows to easily see if the model selected as best is consistently better for all scores.
plot_fit_scores(x)
x |
A list of fits computed via |
A ggplot figure with the scores for model selection.
data('fit_example', package = 'mobster')
plot_fit_scores(fit_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.