pk_2cmt_inf_cmin_ss: Cmin (trough) for 2-compartmental PK model, bolus dosing at...

Description Usage Arguments Examples

Description

Cmin (trough) for 2-compartmental PK model, bolus dosing at steady state

Usage

1
2
pk_2cmt_inf_cmin_ss(dose = 100, tau = 12, t_inf = 1, CL = 3, V = 30,
  Q = 2, V2 = 20, ruv = NULL)

Arguments

dose

dose

tau

dosing interval

t_inf

infusion time

CL

clearance

V

volume of central compartment

Q

inter-compartimental clearance

V2

volume of peripheral compartment

ruv

residual error (list)

Examples

1
2
3
pk_2cmt_inf_cmin_ss(
  dose = 1000, tau = 12, t_inf = 2,
  CL = 5, V = 50, Q = 20, V2 = 200)

ronkeizer/clinPK documentation built on May 20, 2019, 5:07 p.m.