Learn R Programming

invivoPKfit (version 2.0.1)

scale_conc: Scale concentrations

Description

Scale concentrations

Usage

scale_conc(dose_norm = FALSE, log10_trans = FALSE, ...)

Value

An object of class `pk_scales`: A named list with two elements. The first element `name = "conc"` denotes the variable to be scaled. The second element `value` is itself a named list of the arguments supplied to [scale_conc()]). This object is usually added to an existing [pk()] object using `+`. See [pk_add.pk_scales()].

Arguments

dose_norm

Logical: Whether to normalize observed concentrations (and observed concentration standard deviations and limits of quantification) by dividing them by the corresponding dose. Default `FALSE`.

log10_trans

Logical: Whether to apply a `log10()` transformation to observed concentrations (and limits of quantification), after any dose normalization is applied. Default `FALSE`.

...

Other arguments (not currently used)

Author

Caroline Ring