Learn R Programming

cpk (version 1.3-1)

ttc.fn: ttc function

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

ttc.fn(msc, mec)

Arguments

msc
maximum safe concentration or cmax
mec
minimum effective concentration of cmin

Value

Returns target therapeutic concentration (ttc).

References

See cpk-package help.

Examples

Run this code
msc = 50; mec = 20;
ttc <- ttc.fn(msc, mec)

Run the code above in your browser using DataLab