Learn R Programming

banffIT (version 2.0.0)

calculate_adequacy: 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)

Value

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

Arguments

banff_dataset

A tibble object.

Examples

Run this code
{

banff_dataset <- get_banff_template()
calculate_adequacy(banff_dataset)

}

Run the code above in your browser using DataLab