Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.effectsize_table

Methods for effectsize tables


Description

Printing, formatting and plotting methods for effectsize tables.

Usage

## S3 method for class 'effectsize_table'
plot(x, ...)

## S3 method for class 'effectsize_table'
print(x, digits = 2, ...)

## S3 method for class 'effectsize_table'
format(x, digits = 2, ...)

## S3 method for class 'effectsize_difference'
print(x, digits = 2, append_CL = FALSE, ...)

Arguments

x

Object to print.

...

Arguments passed to or from other functions.

digits

Number of significant digits. May also be "scientific" to return scientific notation. For the latter case, control the number of digits by adding the value as suffix, e.g. digits = "scientific4" to have scientific notation with 4 decimal places.

append_CL

Should the Common Language Effect Sizes be printed as well? Only applicable to Cohen's d, Hedges' g for independent samples of equal variance (pooled sd) (See d_to_common_language())


effectsize

Indices of Effect Size and Standardized Parameters

v0.4.4-1
GPL-3
Authors
Mattan S. Ben-Shachar [aut, cre] (<https://orcid.org/0000-0002-4287-4801>), Dominique Makowski [aut] (<https://orcid.org/0000-0001-5375-9967>), Daniel Lüdecke [aut] (<https://orcid.org/0000-0002-8895-3206>), Indrajeet Patil [ctb] (<https://orcid.org/0000-0003-1995-6531>, @patilindrajeets), Ken Kelley [ctb], David Stanley [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.