Concentration predictions for 2-compartmental PK model, single or multiple infusions
Source:R/pk_2cmt_inf.R
pk_2cmt_inf.Rd
Concentration predictions for 2-compartmental PK model, single or multiple infusions
Usage
pk_2cmt_inf(
t = c(0:24),
dose = 100,
tau = 12,
t_inf = 1,
CL = 3,
V = 30,
Q = 2,
V2 = 20,
ruv = NULL
)