sodium.correct: Correction of sodium levels

Description Usage Arguments Value Author(s) References Examples

View source: R/inteRn.R

Description

Corrects the sodium level reported in a BMP or CMP according to the glycemic level reported in the same metabolic panel.

Usage

1
2
3
4
sodium.correct(
  measured.sodium = 140, 
  serum.glucose = 100
)

Arguments

measured.sodium

Numerical value that corresponds to the sodium level measured in serum in a BMP or CMP.

serum.glucose

Numerical value that corresponds to the glucose level measured in serum in a BMP or CMP.

Value

Returns a numerical value corresponding to the corrected sodium level.

Author(s)

Carlos C Vera Recio

References

Katz, M A. “Hyperglycemia-induced hyponatremia–calculation of expected serum sodium depression.” The New England journal of medicine vol. 289,16 (1973): 843-4. doi:10.1056/NEJM197310182891607

Examples

1
2
3
4
sodium.correct(
  measured.sodium = 140, 
  serum.glucose = 100
)

CCVR/inteRn documentation built on Dec. 17, 2021, 12:51 p.m.