getSAEMiterations
[Monolix] Get SAEM algorithm iterations
Retrieve the successive values of some of the population parameters present within the current project (fixed effects + individual variances + correlations + latent probabilities + error model parameters) during the previous run of the SAEM algorithm.
WARNING: Convergence history of population parameters values cannot be accessible until the SAEM algorithm has been launched once.
Usage
getSAEMiterations(...)
Arguments
- ...
[optional] (character) Names of the population parameters whose convergence history must be displayed. Call
getPopulationParameterInformation
to get a list of the population parameters present within the current project. If this field is not specified, the function will retrieve the values of all the available population parameters.
Value
A list containing a pair composed by the number of exploratory and smoothing iterations and a data frame which associates each wanted population parameter to its successive values over SAEM algorithm iterations.