MonolixSuite in R
Breadcrumbs

getSimulatedRandomEffects

[Monolix] Get simulated random effects

Get the simulated values for each replicate of each subject of some of the individual random effects present within the current project.
WARNING: Simulated individual random effects values are not available until the "Conditional Distribution" task (individual estimation with conditional mean) has been run.

Usage

R
getSimulatedRandomEffects(...)

Arguments

... (character) Name of the individual parameters whose values must be displayed. Call getIndividualParameterModel to get a list of the individual parameters present within the current project.

Value

A data.frame giving the last simulated values of the individual random effects of interest for each replicate of each subject.

See also

getIndividualParameterModel, getSimulatedIndividualParameters

Examples