render.sigr_cohend: Format Cohen-D (effect size between groups)

View source: R/CohenD.R

render.sigr_cohendR Documentation

Format Cohen-D (effect size between groups)

Description

Format Cohen-D (effect size between groups)

Usage

## S3 method for class 'sigr_cohend'
render(
  statistic,
  ...,
  format,
  statDigits = 4,
  sigDigits = 4,
  pLargeCutoff = 1,
  pSmallCutoff = 0
)

Arguments

statistic

CohenD-approximation

...

not used, force use of named binding for later arguments

format

if set the format to return ("html", "latex", "markdown", "ascii")

statDigits

integer number of digits to show in summaries.

sigDigits

integer number of digits to show in significances.

pLargeCutoff

value to declare non-significance at or above.

pSmallCutoff

smallest value to print

Value

formatted string


sigr documentation built on Aug. 20, 2023, 9:06 a.m.