View source: R/summary_methods.R
summary.etest | R Documentation |
Returns a tibble representation of the statistical testing for differences between EDA objects.
## S3 method for class 'etest'
summary(object, pub_styled = FALSE, signif_digits = 2, simplify_p = TRUE)
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? |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.