calculate_adequacy {banffIT}R Documentation

Calculate adequacy of each biopsy from glomeruli and arteries variables

Description

This function calculates adequacy of each biopsy (i.e., each observation) based on glomeruli and arteries variables (if provided).

Usage

calculate_adequacy(banff_dataset)

Arguments

banff_dataset

A tibble object.

Value

A tibble object with two variables: the calculated adequacy (adequacy_calculated) and the adequacy specified in input (adequacy_input).

Examples

{

banff_dataset <- get_banff_template()
calculate_adequacy(banff_dataset)

}


[Package banffIT version 1.0.0 Index]