eGFR_adult_SCr_SCysC(eGFR_pt_data,
SCr = "SCr_", SCysC = "SCysC_",
Age = "Age_", male = "male_", black = "black_"
)
eGFR_pt_data %>%
dplyr::mutate(eGFR = eGFR_adult_SCr_SCysC(
SCr = SCr_, SCysC = SCysC_,
Age = Age_, male = male_, black = black_
))
Run the code above in your browser using DataLab