MonolixSuite in R
Breadcrumbs

getEtaShrinkage

[Monolix] Get individual parameter shrinkage values

Get the shrinkage values for each individual parameter.
WARNING: Shrinkage values are not available until the corresponding individual estimation algorithm has been run.
NOTE: The user can choose to display only the shrinkage based on individual parameter values estimated with a specific method.
Existing individual estimation methods :

"conditionalDist"

All samples from the conditional distribution, sampled by the Conditional Distribution task

"conditionalMean"

Mean of the conditional distribution estimated by the Conditional Distribution task

"conditionalMode"

Mean of the conditional distribution estimated by the EBEs task

Usage

R
getEtaShrinkage(..., method = "")

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. method [optional](character) A value among "saem", "conditionalMean" or "conditionalMode": the individual parameter estimation method whose results should be displayed. If this field is not specified, the results provided by all the methods that have been run are displayed.

Value

A list of dataframes giving, for each requested method, the shrinkage values for each requested individual parameter.

See also

getEstimatedIndividualParameters

Examples