plot_fit_scores: Plot the scores for model selection.

View source: R/plot_fit_scores.R

plot_fit_scoresR Documentation

Plot the scores for model selection.

Description

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.

Usage

plot_fit_scores(x)

Arguments

x

A list of fits computed via mobster_fit.

Value

A ggplot figure with the scores for model selection.

Examples

data('fit_example', package = 'mobster')
plot_fit_scores(fit_example)

caravagnalab/mobster documentation built on March 25, 2023, 3:40 p.m.