powered by
This function calculates adequacy of each biopsy (i.e., each observation) based on glomeruli and arteries variables (if provided).
calculate_adequacy(banff_dataset)
A tibble object with two variables: the calculated adequacy (adequacy_calculated) and the adequacy specified in input (adequacy_input).
A tibble object.
{ banff_dataset <- get_banff_template() calculate_adequacy(banff_dataset) }
Run the code above in your browser using DataLab