Description Usage Arguments Value See Also
View source: R/format_numbers.R
Format a p-value.
1 2 | format_p(x, signif_digits = eenv_signif_digits,
signif_bottom = eenv_signif_bottom)
|
x |
The number to format. |
signif_digits |
The number of non-zero digits to display for p-values. |
signif_bottom |
The number below which "< NUMBER" is displayed for p-values. |
A string.
Other variables and functions for displaying numbers: eenv_decimals,
eenv_signif_bottom,
eenv_signif_digits,
eenv_signif_steps,
format_float, format_int,
format_number, format_pad,
format_perc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.