calculate_adequacy {banffIT} | R Documentation |
This function calculates adequacy of each biopsy (i.e., each observation) based on glomeruli and arteries variables (if provided).
calculate_adequacy(banff_dataset)
banff_dataset |
A tibble object. |
A tibble object with two variables: the calculated adequacy (adequacy_calculated) and the adequacy specified in input (adequacy_input).
{
banff_dataset <- get_banff_template()
calculate_adequacy(banff_dataset)
}