pk_1cmt_inf: Concentration predictions for 1-compartmental PK model after...

Description Usage Arguments Examples

Description

Concentration predictions for 1-compartmental PK model after single or multiple bolus doses

Usage

1
2
pk_1cmt_inf(t = c(0:24), dose = 100, tau = 12, t_inf = 2, CL = 3,
  V = 30, ruv = NULL)

Arguments

t

vector of time

dose

dose

tau

dosing interval

t_inf

infusion time

CL

clearance

V

volume of distribution

ruv

residual error (list)

Examples

1
2
3
4
pk_1cmt_inf(dose = 500, tau = 12, t_inf = 2, CL = 5, V = 50)
pk_1cmt_inf(
  dose = 500, tau = 12, t_inf = 2, CL = 5, V = 50,
  ruv = list(prop = 0.1, add = 0.1))

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