View source: R/plot_convergence.R
plot_convergence | R Documentation |
Plots the value, at each printed out iteration, of the population parameters (THETA
, OMEGA
or
SIGMA
) during an estimation step. Fixed parameters are not plotted.
plot_convergence(
run,
estimation_number = NULL,
parameters = NULL,
auto_legend = TRUE
)
run |
|
estimation_number |
integer. Number of the estimation step. Default is
|
parameters |
character. Either one of |
auto_legend |
logical. When |
A ggplot2 object.
EXAMPLERUN %>% plot_convergence()
EXAMPLERUN %>% plot_convergence(parameters = "theta")
EXAMPLERUN %>% plot_convergence(parameters = "omega")
EXAMPLERUN %>% plot_convergence(parameters = c(CL_pop = "THETA3"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.