egfr_cov_reqs {clinPK}R 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')

[Package clinPK version 0.13.0 Index]