plot_ll: Visualization of log-likelihood values

View source: R/plot.R

plot_llR Documentation

Visualization of log-likelihood values

Description

This function plots the log-likelihood values of the different optimization runs.

Usage

plot_ll(lls, ll_relative = TRUE)

Arguments

lls

A numeric vector of log-likelihood values.

ll_relative

A logical, set to TRUE (default) to plot the differences from the best log-likelihood value. Set to FALSE to plot the absolute values.

Value

No return value. Draws a plot to the current device.


fHMM documentation built on Oct. 12, 2023, 5:10 p.m.