diff --git a/R/electrolytes.R b/R/electrolytes.R index c56e561..fc8a363 100644 --- a/R/electrolytes.R +++ b/R/electrolytes.R @@ -29,14 +29,3 @@ adjust_calcium_for_albumin <- (calcium + 0.025 * (normal_albumin - albumin)) %>% units::set_units("mmol1 l-1", mode = "standard") } - -# TODO effective osmolality -# TODO glucose corrected sodium -# TODO anion gap -# TODO total body water -# TODO fractional excretion of sodium -# TODO transtubular potassium excretion -# TODO free water deficit -# TODO A-a gradient -# TODO creatinine clearance (using urine) -# TODO Framingham diff --git a/README.md b/README.md index 03e40f7..39442b9 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,15 @@ remotes::install_github("ls31/clinicalr") ```r remotes::install_github("lc31/clinicalr") ``` + +# To do +* effective osmolality? +* glucose corrected sodium? +* anion gap? +* total body water? +* fractional excretion of sodium? +* transtubular potassium excretion? +* free water deficit? +* A-a gradient? +* creatinine clearance (using urine)? +* Framingham? diff --git a/docs/index.html b/docs/index.html index 658a0e3..8cd8163 100644 --- a/docs/index.html +++ b/docs/index.html @@ -182,6 +182,22 @@
remotes::install_github("lc31/clinicalr")