Description Usage Arguments Value Examples
View source: R/toPresentation.R
Format a significance
1 2 3 4 5 6 7 8 9 10 |
statistic |
wrapped significance |
... |
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. |
pSmallCutoff |
smallest value to print |
formatted string
1 | cat(render(wrapSignificance(1/300),format='html'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.