ttc.fn: *ttc* function

Description Usage Arguments Value Author(s) References Examples

View source: R/cpk.R

Description

Calculates a drug's target therapeutic concentration (ttc) based on its msc or cmax and mec or cmin in ng/mL, which is the same as ug/mL.

Usage

1
ttc.fn(msc, mec)

Arguments

msc

maximum safe concentration or cmax

mec

minimum effective concentration of cmin

Value

Returns target therapeutic concentration (ttc).

Author(s)

Oscar A. Linares MD and David T. Daly JD/MBA.
Maintainer: Oscar A. Linares MD <OALinaresMD@gmail.com>

References

See cpk-package help.

Examples

1
2
msc = 50; mec = 20;
ttc <- ttc.fn(msc, mec)

cpk documentation built on May 2, 2019, 3:42 a.m.