eGFR_child_SCr: eGFR Pediatric SCr and Height

View source: R/ckd.R

eGFR_child_SCrR Documentation

eGFR Pediatric SCr and Height

Description

Using KDIGO 2012 Clinical Practice Guideline for the Evaluation and Management of Chronic Kidney Disease Volume 3 | Issue 1 | January 2013

Usage

eGFR_child_SCr(...)

## S3 method for class 'data.frame'
eGFR_child_SCr(.data, SCr, height, ...)

## S3 method for class 'units'
eGFR_child_SCr(SCr, height, ...)

## S3 method for class 'numeric'
eGFR_child_SCr(SCr, height, ...)

Arguments

...

Further optional arguments

.data

(data.frame) A data.frame, optional

SCr

Serum creatinine column name, or vector of units or numeric if .data is not provided

height

Height of patient column name, or vector of units or numeric if .data is not provided

Details

See https://kdigo.org/guidelines/ckd-evaluation-and-management/ for more details

Value

Estimated GFR of the same type provided (numeric or units)

Examples

eGFR_child_SCr(eGFR_pt_data,
  SCr = "SCr_", height = "height_"
)

eGFR_pt_data %>%
  dplyr::mutate(eGFR = eGFR_child_SCr(
    SCr = SCr_, height = height_,
  ))

epocakir documentation built on Jan. 6, 2023, 5:25 p.m.