pvalue_format | R Documentation |
label_pvalue()
These functions are kept for backward compatibility; you should switch
to label_pvalue()
for new code.
pvalue_format(
accuracy = 0.001,
decimal.mark = ".",
prefix = NULL,
add_p = FALSE
)
pvalue(x, accuracy = 0.001, decimal.mark = ".", prefix = NULL, add_p = FALSE)
accuracy |
A number to round to. Use (e.g.) Applied to rescaled data. |
decimal.mark |
The character to be used to indicate the numeric decimal point. |
prefix |
A character vector of length 3 giving the prefixes to
put in front of numbers. The default values are |
add_p |
Add "p=" before the value? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.