crcl: Compute creatinine clearance

View source: R/transforms_clinical.R

crclR Documentation

Compute creatinine clearance

Description

Compute creatinine clearance

Usage

crcl(age, wt, female, creat, method = c("cg"), units = "ml/min")

Arguments

age

Age in years

wt

Body mass in kg

female

TRUE if female, FALSE if male

creat

Serum creatinine in mg/dL

method

"cg" for cockroft-gault is default, and only, method.

units

Desired output units. ml/min is default and only option.

Value

vector of computed crcl values

Examples

crcl(45, 83, TRUE, .5)

qPharmetra/PMDatR documentation built on April 7, 2024, 5:42 p.m.