plot_ll function

Visualization of log-likelihood values

Visualization of log-likelihood values

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

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.

Returns

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

  • Maintainer: Lennart Oelschläger
  • License: GPL-3
  • Last published: 2025-03-24