plot.effectsize_table {effectsize} | R Documentation |
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, use_symbols = getOption("es.use_symbols", FALSE), ...)
## S3 method for class 'effectsize_table'
print_md(x, digits = 2, use_symbols = getOption("es.use_symbols", FALSE), ...)
## S3 method for class 'effectsize_table'
print_html(
x,
digits = 2,
use_symbols = getOption("es.use_symbols", FALSE),
...
)
## S3 method for class 'effectsize_table'
format(
x,
digits = 2,
output = c("text", "markdown", "html"),
use_symbols = getOption("es.use_symbols", FALSE),
...
)
## S3 method for class 'effectsize_difference'
print(x, digits = 2, append_CLES = NULL, ...)
Arguments
x |
Object to print. |
... |
Arguments passed to or from other functions. |
digits |
Number of digits for rounding or significant figures. May also
be |
use_symbols |
Should proper symbols be printed ( |
output |
Which output is the formatting intended for? Affects how title and footers are formatted. |
append_CLES |
Which Common Language Effect Sizes should be printed as well? Only applicable to Cohen's d, Hedges' g for independent samples of equal variance (pooled sd) or for the rank-biserial correlation for independent samples (See d_to_cles). |
Plotting with see
The see
package contains relevant plotting functions. See the plotting vignette in the see
package.