pk_2cmt_t12 {clinPK} | R Documentation |
Calculate half-life(s) for 2-compartment model
Description
Calculate half-life(s) for 2-compartment model
Usage
pk_2cmt_t12(CL = 3, V = 30, Q = 2, V2 = 20, phase = c("both", "alpha", "beta"))
Arguments
CL |
clearance |
V |
volume of central compartment |
Q |
inter-compartimental clearance |
V2 |
volume of peripheral compartment |
phase |
'alpha', 'beta' (default) or 'both' to indicate initial (distribution) or terminal (elimination) phase. |
Examples
pk_2cmt_t12(CL = 5, V = 50, Q = 20, V2 = 200)
[Package clinPK version 0.13.0 Index]