pkmod_schnider | R Documentation |
Evaluate Schnider population PK model at patient covariate values. Published in Schnider et al. (1998). "The influence of method of administration and covariates on the pharmacokinetics of propofol in adult volunteers." Anesthesiology 88 (5):1170-82.
pkmod_schnider(AGE, HGT, LBM = NULL, TBW = NULL, MALE = NULL, ...)
AGE |
Age (years) |
HGT |
Height (cm) |
LBM |
Lean body mass (kg). Can be provided instead of TBW, and MALE |
TBW |
Weight (kg). Used to calculate LBM if LBM is not provided. |
MALE |
Logical. Used to calculate LBM if LBM is not provided. |
... |
Arguments passed to 'pkmod' |
'pkmod' object with Schnider population PK parameters
pkmod_schnider(AGE = 40,HGT=170,LBM = 43.9) pkmod_schnider(AGE = 40,HGT=170,TBW=50,MALE=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.