render.sigr_significance: Format a significance
Description
Format a significance
Usage
# S3 method for sigr_significance
render(
statistic,
...,
format,
statDigits = 4,
sigDigits = 4,
pLargeCutoff = 0.05,
pSmallCutoff = 1e-05
)
Arguments
...
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 (not used in significance reports).
sigDigits
integer number of digits to show in significances.
pLargeCutoff
value to declare non-significance at or above.
Examples
Run this code# NOT RUN {
cat(render(wrapSignificance(1/300),format='html'))
# }
Run the code above in your browser using DataLab