setCASettings
[PKanalix] Set the settings associated to the compartmental analysis
Set the settings associated to the compartmental analysis. Associated settings names are:
"weightingCA" | (character) | Type of weighting objective function. Possible methods are "uniform", "Yobs", "Ypred", "Ypred2", "Yobs2" or "combined" (default). |
"pool" | (logical) | |
If FALSE, fit with individual parameters or with the same parameters for all individuals if TRUE. FALSE (default). | "blqMethod" | |
(character) | Method by which the BLQ data should be replaced. Possible methods are "zero", "LOQ", "LOQ2" or "missing" (default). |
Usage
setCASettings(...)
Arguments
- ...
A collection of comma-separated pairs {settingName = settingValue}.
See also
Examples
if (FALSE) {
setCASettings(weightingCA = "uniform", blqMethod = "zero") # set the settings whose name has been passed in argument
}