mg/dL <--> umol/L conversion
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)
A numeric vector with the converted values.
Provide a numeric vector in mg/dL to be converted into umol/L
Provide a numeric vector in umol/L to be converted into mg/dL
Cristian Pattaro
Convert.mgdL.umolL