Skip to main content
Skip table of contents

getCASettings

Get the settings associated to the compartmental analysis. Associated settings are:

"weightingCA"(character)Type of weighting objective function. One of "uniform", "Yobs", "Ypred", "Ypred2", "Yobs2" or "combined".
"pool"(logical)
Fit with individual parameters or with the same parameters for all individuals."blqMethod"
(character)Method by which the BLQ data should be replaced. One of "zero", "LOQ", "LOQ2" or "missing".

Usage

R
getCASettings(...)

Arguments

...

[optional] (character) Name of the settings whose value should be displayed. If no argument is provided, all the settings are returned.

Value

A list with each setting name mapped to its current value.

See also

Examples

R
if (FALSE) {
getCASettings() # retrieve a list of all the CA methodology settings
getCASettings("weightingca","blqmethod") # retrieve a list containing only the value of the settings whose name has been passed in argument
}
JavaScript errors detected

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

If this problem persists, please contact our support.