pkmod_eleveld_remi {tci} | R 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)
[Package tci version 0.2.0 Index]