summary.eda: Summary for EDA objects.

View source: R/summary_methods.R

summary.edaR Documentation

Summary for EDA objects.

Description

Summary of numeric- and factor-type EDA objects.

Usage

## S3 method for class 'eda'
summary(object, pub_styled = FALSE, signif_digits = 2)

Arguments

object

eda object, created by eda.

pub_styled

logical, should the output be publication-ready formatted? See the details.

signif_digits

significant digits used for rounding in the publication-style output.

Details

The pub_style argument allows for generating a 'nicer' output accepted by multiple journals. A tibble with the column 'statistic' is returned.


PiotrTymoszuk/ExDA documentation built on Nov. 17, 2024, 5:46 p.m.