fraction_of_ss: Calculate fraction of steady state at particular time after...

View source: R/fraction_of_ss.R

fraction_of_ssR Documentation

Calculate fraction of steady state at particular time after start of dosing

Description

Calculate fraction of steady state at particular time after start of dosing

Usage

fraction_of_ss(kel = NULL, halflife = NULL, t = NULL, n = NULL, tau = NULL)

Arguments

kel

drug elimination rate

halflife

halflife. Either 'kel' or 'halflife' is required.

t

time at which to calculate fraction of steady state

n

number of dosing intervals after which to calculate fraction of steady state. Requires 'tau' as well, cannot be used together with 't' argument.

tau

dosing interval

Examples

fraction_of_ss(halflife = 24, t = 72)
fraction_of_ss(halflife = 36, n = 3, tau = 24)

clinPK documentation built on May 9, 2022, 9:06 a.m.