Learn R Programming

tci (version 0.2.0)

pkmod_eleveld_remi: Eleveld population PK model for remifentanil

Description

Function takes patient covariate values required for the Eleveld PK or PK-PD model for propofol and returns a `pkmod` object with the appropriate model parameters.

Usage

pkmod_eleveld_remi(AGE, MALE, TBW, HGT = NULL, BMI = NULL, PD = TRUE, ...)

Value

`pkmod` object with Eleveld remifentanil population PK or PK-PD parameters

Arguments

AGE

Age (years)

MALE

Sex, logical

TBW

Total body weight (kg).

HGT

Height (cm). Used to calculate BMI if not provided.

BMI

Body mass index

PD

Logical. Should PD parameters be returned in addition to PK parameters.

...

Arguments passed to `pkmod`

Examples

Run this code
pkmod_eleveld_remi(AGE = 40,TBW = 56,HGT=150,MALE = TRUE)

Run the code above in your browser using DataLab