Learn R Programming

tci (version 0.1.2)

tci_plasma: TCI algorithm for plasma targeting

Description

TCI algorithm based on the algorithm described by Jacobs (1990).

Usage

tci_plasma(Cpt, pkmod, dtm, maxrt = 1200, cmpt = 1, ...)

Value

Numeric value

Arguments

Cpt

Target plasma concentration

pkmod

PK model

dtm

Duration of the infusion

maxrt

Maximum infusion rate. Defaults to 200 ml/min in reference to the maximum infusion rate of 1200 ml/h permitted by existing TCI pumps (e.g. Anestfusor TCI program).

cmpt

Compartment into which infusions are administered. Defaults to the first compartment.

...

Arguments passed on to pkmod.

Examples

Run this code
tci_plasma(Cpt = 2, pkmod = pkmod1cpt, dtm = 1, pars = c(k10 = 0.5, v1 = 1))

Run the code above in your browser using DataLab