Convert.mgdL.mmolL: Convertion formula to change from mg/dL to mmol/L and vice...

View source: R/nephro.R

Convert.mgdL.mmolLR Documentation

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

Description

mg/dL <–> mmol/L conversion

Usage

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

Arguments

mg.dL

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

mmol.L

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

Value

A numeric vector with the converted values.

Author(s)

Cristian Pattaro

See Also

Convert.mgdL.umolL


nephro documentation built on April 3, 2025, 7:45 p.m.