Learn R Programming

clinPK (version 0.13.0)

egfr_cov_reqs: 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

Run this code
egfr_cov_reqs('schwartz_revised')

Run the code above in your browser using DataLab