
Extract Log-Likelihood Trajectory
extract_ll_trajectory.RdExtract the complete log-likelihood evolution across EM iterations.
Usage
extract_ll_trajectory(diagnostics, type = c("after", "before", "change"))Examples
if (FALSE) { # \dontrun{
ll_after <- extract_ll_trajectory(diag, type = "after")
ll_changes <- extract_ll_trajectory(diag, type = "change")
plot(ll_after, type = "b", main = "LL Evolution")
} # }