View source: R/calculate_uacr_from_upcr.R
calculate_uacr_from_upcr | R Documentation |
Estimated urine albumin creatinine ratio by converting urine protein/creatinine measurement, or by estimation from dipstick urinalysis (negative, trace, +, ++, +++). methods described in Sumida et al. Annals Int Med. 202.
calculate_uacr_from_upcr(
PCR,
gender,
diabetic = NA,
hypertensive = NA,
PCR_units = "mg/g"
)
PCR |
urine Protein/creatinine ratio (mg/g creat.) |
gender |
Gender (Female/Male) |
diabetic |
Diabetic (T/F) |
hypertensive |
Hypertensive (T/F) using prior cutoff of >140/90 or on meds |
PCR_units |
urine Protein/creatinine units ("mg/g" default) |
Dataframe with predicted ACR (pACR) and estimated error
calculate_uacr_from_upcr(PCR = 1000, gender = "female", diabetic = T, hypertensive = T)
calculate_uacr_from_upcr(PCR = 500.0, gender = "female", diabetic = T, hypertensive = T)
calculate_uacr_from_upcr(PCR = 150, gender = "female", diabetic = T, hypertensive = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.