pkmod1cpt {tci}R Documentation

One compartment IV infusion with first-order elimination.

Description

One compartment IV infusion with first-order elimination.

Usage

pkmod1cpt(tm, kR, pars, init = 0)

Arguments

tm

Vector of times to evaluate the PK function at

kR

Infusion rate (e.g. ml/min).

pars

Named vector of parameters with names ('k10','v1') or ('cl','v1').

init

Initial concentration. Defaults to 0.

Value

Numeric vector of concentrations for a constant infusion rate

Examples

pkmod1cpt(1,1,c(k10 = 0.5, v1 = 1))
pkmod1cpt(1,1,c(KE = 0.5, v1 = 1))
pkmod1cpt(1,1,c(CL = 0.5, v1 = 1))

[Package tci version 0.2.0 Index]