Compute the time to steady-state (tss)
Usage
pk.tss(..., type = c("monoexponential", "stepwise.linear"), check = TRUE)
Arguments
- ...
Passed to
pk.tss.monoexponential()
orpk.tss.stepwise.linear()
.- type
The type of Tss to calculate, either
stepwise.linear
ormonoexponential
- check
Value
A data frame with columns as defined from pk.tss.monoexponential
and/or pk.tss.stepwise.linear
.
See also
Other Time to steady-state calculations:
pk.tss.monoexponential()
,
pk.tss.stepwise.linear()