summary.etest: Summary for the eTest objects.

View source: R/summary_methods.R

summary.etestR Documentation

Summary for the eTest objects.

Description

Returns a tibble representation of the statistical testing for differences between EDA objects.

Usage

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

Arguments

object

an eTest object.

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.

simplify_p

logical, should p_values < 0.001 be presented in a p < 0.001 form?

Details

The pub_style argument allows for generating a 'nicer' output accepted by multiple journals. A tibble with the columns 'test', 'test_stat', 'p_value', 'significance', 'effect size' and 'n' is returned.


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