A helper function to estimate population and popind outputs for monoexponential time to steady-state.
Source:R/tss.monoexponential.R
pk.tss.monoexponential.population.RdThis function is not intended to be called directly. Please use
pk.tss.monoexponential.
Usage
pk.tss.monoexponential.population(
data,
output = c("population", "popind"),
verbose = FALSE
)Arguments
- data
a data frame as prepared by
pk.tss.data.prep(). It must contain at least columns forsubject,time,conc, andtss.constant.- output
a character vector requesting the output types.
- verbose
Show verbose output.