summary.dx: Summary

View source: R/dx_utils.R

summary.dxR Documentation

Summary

Description

Summary

Usage

## S3 method for class 'dx'
summary(
  object,
  thresh = object$options$setthreshold,
  variable = NA,
  label = NA,
  show_var = T,
  show_label = T,
  measure = NA,
  ...
)

Arguments

object

An object of class "dx"

thresh

The threshold to return values from

variable

Variable to include in returned values

label

Labels to include in returned values

show_var

Include variable column in returned data?

show_label

Include label in returned data?

measure

Measures to include

...

additional arguments to be passed to or from methods


overdodactyl/diagnosticSummary documentation built on Jan. 28, 2024, 10:07 a.m.