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_ppf( AGE, TBW, HGT, MALE, OPIATE = TRUE, ARTERIAL = TRUE, PMA = NULL, PD = TRUE, ... )
`pkmod` object with Eleveld propofol population PK or PK-PD parameters
Age (years)
Weight (kg)
Height (cm)
Sex, logical
Logical indicating presence of opiates. Defaults to TRUE.
PK based on arterial sampling rather than venous. Defaults to TRUE.
Post-menstrual age. Calculated as AGE + 40 weeks if not provided.
Logical. Should PD parameters be returned in addition to PK parameters.
Arguments passed to `pkmod`
pkmod_eleveld_ppf(AGE = 40,TBW = 56,HGT=150,MALE = TRUE)
Run the code above in your browser using DataLab