calc_creat_neo | R Documentation |
Calculate an estimated serum creatinine. Function takes vectorized input as well.
calc_creat_neo(pma = NULL, digits = 1)
pma |
post-natal age in weeks |
digits |
number of digits to round to |
Uses equations described in Germovsek E et al. (http://www.ncbi.nlm.nih.gov/pubmed/27270281) based on data from Cuzzolin et al. (http://www.ncbi.nlm.nih.gov/pubmed/16773403) and Rudd et al. (http://www.ncbi.nlm.nih.gov/pubmed/6838252)
cr <- calc_creat_neo(pma = 36)
convert_creat_unit(cr$value, unit_in = cr$unit, unit_out = "mg/dL")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.