Learn R Programming

clinPK (version 0.13.0)

time_to_ss: Time to steady state In either time units or number of doses

Description

Time to steady state In either time units or number of doses

Usage

time_to_ss(kel = NULL, halflife = NULL, ss = 0.9, in_doses = FALSE, tau = NULL)

Arguments

kel

drug elimination rate

halflife

halflife. Either `kel` or `halflife` is required.

ss

level considered "steady state", e.g. `0.9` is 90% of true steady state.

in_doses

return the number of doses instead of time unit? Default `FALSE`. Requires `tau` as well.

tau

dosing interval

Examples

Run this code
time_to_ss(halflife = 12, ss = 0.9)
time_to_ss(halflife = 16, ss = 0.95, in_doses = TRUE, tau = 12)

Run the code above in your browser using DataLab