R/egfr_cov_reqs.R
egfr_cov_reqs.Rd
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.
egfr_cov_reqs(method, relative = NULL)
egfr_cov_reqs('schwartz_revised')
#> $schwartz_revised
#> [1] "creat" "age" "sex" "height"
#>