plot_NLL: Plot the NLL trace.

View source: R/plot_NLL.R

plot_NLLR Documentation

Plot the NLL trace.

Description

It plots the Negative log-Likelihood (NLL) trace of a fit.

Usage

plot_NLL(x)

Arguments

x

A MOBSTER fit.

Value

A plot of the the NLL trace for the input fit.

Examples

data('fit_example', package = 'mobster')
plot_NLL(fit_example$best)

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