Scale concentrations
scale_conc(dose_norm = FALSE, log10_trans = FALSE, ...)
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()].
Logical: Whether to normalize observed concentrations (and observed concentration standard deviations and limits of quantification) by dividing them by the corresponding dose. Default `FALSE`.
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)
Caroline Ring