pkmod_eleveld_remi: Eleveld population PK model for remifentanil

View source: R/poppk_mods.R

pkmod_eleveld_remiR Documentation

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, ...)

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'

Value

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

Examples

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

tci documentation built on Aug. 15, 2022, 9:09 a.m.