Learn R Programming

effectsize (version 0.4.5)

plot.effectsize_table: Methods for effectsize tables

Description

Printing, formatting and plotting methods for effectsize tables.

Usage

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

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

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

# S3 method for 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())