egfr_cov_reqs: Returns parameters needed to calculate eGFR according to the...

View source: R/egfr_cov_reqs.R

egfr_cov_reqsR Documentation

Returns parameters needed to calculate eGFR according to the method specified.

Description

returns a named list, with the name being the eGFR method after being checked for certain typos or misspecifications, and the values being the required covariates.

Usage

egfr_cov_reqs(method, relative = NULL)

Arguments

method

egfr calculation method

relative

if egfr calculations should be relative or not

Examples

egfr_cov_reqs('schwartz_revised')

clinPK documentation built on May 9, 2022, 9:06 a.m.