powered by
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, ...)
`pkmod` object with Eleveld remifentanil population PK or PK-PD parameters
Age (years)
Sex, logical
Total body weight (kg).
Height (cm). Used to calculate BMI if not provided.
Body mass index
Logical. Should PD parameters be returned in addition to PK parameters.
Arguments passed to `pkmod`
pkmod_eleveld_remi(AGE = 40,TBW = 56,HGT=150,MALE = TRUE)
Run the code above in your browser using DataLab