convert_creat_assay: Convert serum creatinine from various assays to Jaffe

View source: R/convert_creat_assay.R

convert_creat_assayR 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")

InsightRX/clinPK documentation built on June 14, 2025, 9:48 p.m.