Skip to main content
Skip table of contents

setConditionalModeEstimationSettings

Set the value of one or more of the conditional mode (EBEs) estimation settings for the current project.
Associated settings are:

nbOptimizationIterationsMode(integer >= 1)Maximum number of iterations.
optimizationToleranceMode(double > 0)Optimization tolerance.

Usage

R
setConditionalModeEstimationSettings(...)

Arguments

...

A collection of comma-separated pairs (settingName = settingValue).

Examples

R
initializeLixoftConnectors("monolix")
loadProject(file.path(getDemoPath(), "1.creating_and_using_models", "1.1.libraries_of_models", "theophylline_project.mlxtran"))

setConditionalModeEstimationSettings(nbOptimizationIterationsMode = 100, 
                                     optimizationToleranceMode = 0.001)
getConditionalModeEstimationSettings()
#> $nboptimizationiterationsmode
#> [1] 100
#> 
#> $optimizationtolerancemode
#> [1] 0.001
#> 

JavaScript errors detected

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

If this problem persists, please contact our support.