render: Format summary roughly in "APA Style" ( American...

View source: R/toPresentation.R

renderR Documentation

Format summary roughly in "APA Style" ( American Psychological Association ).

Description

Format summary roughly in "APA Style" ( American Psychological Association ).

Usage

render(
  statistic,
  ...,
  format,
  statDigits = 4,
  sigDigits = 4,
  pLargeCutoff = 0.05,
  pSmallCutoff = 1e-05
)

Arguments

statistic

sigr summary statistic

...

extra 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

See Also

render.sigr_significance, render.sigr_ftest


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