valid_units {clinPK}R Documentation

Valid units

Description

Return recognized units for height, weight, age, scr, serum_albumin.

Usage

valid_units(
  covariate = c("height", "weight", "age", "scr", "serum_albumin", "bilirubin")
)

Arguments

covariate

Covariate (one of "height", "weight", "age", "scr", "bilirubin", "serum_albumin")

Value

Vector of valid units for the given covariate

Examples

valid_units("height")
valid_units("weight")

[Package clinPK version 0.13.0 Index]