summary.da: Summary function for disproportionality objects

View source: R/da_object_oriented_functions.R

summary.daR Documentation

Summary function for disproportionality objects

Description

Provides summary counts of SDRs and shows the top five DECs

Usage

## S3 method for class 'da'
summary(object, print = TRUE, ...)

Arguments

object

A S3 obj of class "da", output from pvda::da().

print

Do you want to print the output to the console. Defaults to TRUE.

...

For passing additional parameters to extended classes.

Value

Passes a tibble with the SDR counts invisibly.


pvda documentation built on May 29, 2024, 3 a.m.