MonolixSuite in R
Breadcrumbs

getEstimatedPopulationParameters

[Monolix] Get last estimated population parameter value

Get the last estimated value of some of the population parameters present within the current project (fixed effects + individual variances + correlations + latent probabilities + error model parameters).
WARNING: Estimated population parameters values are not available until the SAEM algorithm has been launched with runPopulationParameterEstimation .

Usage

R
getEstimatedPopulationParameters(
  ...,
  coefficientsOfVariation = FALSE,
  withValuesByGroups = FALSE
)

Arguments

... [optional] (character) Names of the population parameters whose value must be displayed. Call getPopulationParameterInformation to get a list of the population parameters present within the current project. If this is not specified, the function will retrieve the values of all the available population parameters. coefficientsOfVariation [optional](logical) if this option is TRUE, the standard deviations of random effects are also given as coefficients of variation (relative standard deviations as percentages) with _CV suffix. withValuesByGroups [optional](logical) if this option is TRUE, typical values of parameters having categorical covariate effects are given for each category.

Value

A named vector containing the last estimated value of each one of the population parameters passed as argument or all population parameters if unspecified.

See also

runPopulationParameterEstimation

Examples