Skip to main content
Skip table of contents

getEstimatedIndividualParameters

Get the last estimated values for each subject of the individual parameters present within the current project.
WARNING: Estimated individual parameters values are not available until at least SAEM has been run.
NOTE: The user can choose to display only the individual parameter values estimated with a specific method.
Existing individual estimation methods :

"saem"Approximation of the conditional mean estimated by SAEM"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
getEstimatedIndividualParameters(..., 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 there are latent covariate used in the model, the estimated modality is displayed too. If this field is not specified, the results provided by all the methods used during the last scenario run are displayed.

Value

A list of dataframes with the same names as the methods, giving for each requested method the last estimated values of the individual parameters of interest for each subject. If the Conditional Distribution task has been run, the list also includes a dataframe named conditionalSD with the standard deviations of the conditional distributions in addition to the dataframe named conditionalMean.

Examples

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.