render.sigr_pwr_htest: Format a pwr-test

View source: R/pwr.R

render.sigr_pwr_htestR Documentation

Format a pwr-test

Description

Format a pwr-test

Usage

## S3 method for class 'sigr_pwr_htest'
render(
  statistic,
  ...,
  format,
  statDigits = 4,
  sigDigits = 4,
  pLargeCutoff = 1,
  pSmallCutoff = 1e-05
)

Arguments

statistic

wrapped test from pwr package

...

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


WinVector/sigr documentation built on Aug. 29, 2023, 3:57 a.m.