convert_creat_assay {clinPK} | R Documentation |
Convert serum creatinine from various assays to Jaffe
Description
Based on equations as reported in Srivastava et al. 2009 (Pediatr Res. 2009 Jan;65(1):113-6. doi: 10.1203/PDR.0b013e318189a6e8)
Usage
convert_creat_assay(scr, from = "idms", to = "jaffe")
Arguments
scr |
vector of serum creatinine values |
from |
assay type, either 'jaffe', 'enzymatic' or 'idms' |
to |
assay type, either 'jaffe', 'enzymatic' or 'idms' |
Examples
convert_creat_assay(scr = c(1.1, 0.8, 0.7), from = "enzymatic", to = "jaffe")
[Package clinPK version 0.13.0 Index]