Learn R Programming

pvda (version 0.0.4)

summary.da: Summary function for disproportionality objects

Description

Provides summary counts of SDRs and shows the top five DECs

Usage

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

Value

Passes a tibble with the SDR counts invisibly.

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.