Description
Return recognized units for height, weight, age, scr, serum_albumin.
Usage
valid_units(
covariate = c("height", "weight", "age", "scr", "serum_albumin", "bilirubin")
)
Value
Vector of valid units for the given covariate
Arguments
- covariate
Covariate (one of "height", "weight", "age", "scr",
"bilirubin", "serum_albumin")
Examples
Run this codevalid_units("height")
valid_units("weight")
Run the code above in your browser using DataLab