Provide concentration-time curves.
pk_curve(
t,
model = "1cmt_oral",
params = list(ka = 2.77, CL = 2.5, V = 25),
dose = 600,
ii = 24,
addl = 0,
ss = F
)Observation time in h, specified as a vector.
The model to use. Must be one of "1cmt_bolus", "1cmt_infusion", "1cmt_oral", "2cmt_bolus", "2cmt_infusion", "2cmt_oral", "3cmt_bolus", "3cmt_infusion", "3cmt_oral". The default is "1cmt_oral".
A named list containing parameter values for the selected model type.
Dose amount.
Interdose interval (or tau), in hours (default 24).
Number of additional doses (default 0).
Assume steady state concentration (default FALSE).
A data frame containing times (t) and concentrations (cp).