| format_pvalue | R Documentation |
Formats a p-value with specified decimal places and prefix.
format_pvalue(p, digits = 3, prefix = "p=")
p |
Numeric p-value. |
digits |
Number of decimal places. |
prefix |
Prefix string (e.g., "p="). |
Formatted p-value string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.