pmx_plot_saem_convergence {ggPMX} | R Documentation |
SAEM Convergence Plot
Description
This plot displays the sequence of estimates for population parameters computed after each iteration of the SAEM algorithm. The purpose is to check the convergence of the algorithm. In addition, a convergence indicator gives the estimation for -2 x log-likelihood along the iterations.
Usage
pmx_plot_saem_convergence(ctr, ...)
Arguments
ctr |
|
... |
additional parameters (not used). |
Value
A ggplot
object showing SAEM convergence plot.
[Package ggPMX version 1.3.0 Index]