Convert.mgdL.umolL {nephro}R Documentation

Convertion formula to change from mg/dL to umol/L and vice versa

Description

mg/dL <–> umol/L conversion

Usage

Convert.mgdL.umolL(mg.dL, umol.L)
## If your variable X is expressed in mg/dL, use: Convert.mgdL.mmolL(mg.dL=X)
## If your variable X is expressed in umol/L, use: Convert.mgdL.mmolL(umol.L=X)

Arguments

mg.dL

Provide a numeric vector in mg/dL to be converted into umol/L

umol.L

Provide a numeric vector in umol/L to be converted into mg/dL

Value

A numeric vector with the converted values.

Author(s)

Cristian Pattaro

See Also

Convert.mgdL.umolL


[Package nephro version 1.5 Index]