A helper function to estimate individual and single outputs for monoexponential time to steady-state.
Source:R/tss.monoexponential.R
pk.tss.monoexponential.individual.Rd
This function is not intended to be called directly. Please use
pk.tss.monoexponential
.
Usage
pk.tss.monoexponential.individual(
data,
output = c("individual", "single"),
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.