Description Usage Arguments Value Caveats References See Also
Hyperglycaemia can lead to hypertonic hyponatriemia. Using observational data, the following formula predicts sodium levels after correction of glucose: \text{Na}_{predicted} = \text{Na}_\text{measured} + κ \times \frac{\text{glucose} - 5.6}{5.6}, where κ is 1.6 when derived from the publication by Katz and 2.4 when derived from more recent work by Hillier (default).
1 | adjust_sodium_for_glucose(sodium, glucose, method = "Hillier")
|
sodium |
Measured sodium level (mmol/l). |
glucose |
Measured glucose level (mmol/l). |
method |
Formula. Options are: "Hillier" (default), "Katz". |
Glucose-adjusted sodium level (mmol/l), or NA
if any parameters are NA
.
It's just a prediction, and the choice between both formulae may result in quite different predictions.
Katz, M. A. Hyperglycemia-Induced Hyponatremia — Calculation of Expected Serum Sodium Depression. N Engl J Med 289, 843–844 (1973). and Hillier, T. A., Abbott, R. D. & Barrett, E. J. Hyponatremia: evaluating the correction factor for hyperglycemia. The American Journal of Medicine 106, 399–403 (1999)..
units::set_units()
, units::drop_units()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.