pkmod_eleveld_remi | R Documentation |
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.
pkmod_eleveld_remi(AGE, MALE, TBW, HGT = NULL, BMI = NULL, PD = TRUE, ...)
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' |
'pkmod' object with Eleveld remifentanil population PK or PK-PD parameters
pkmod_eleveld_remi(AGE = 40,TBW = 56,HGT=150,MALE = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.