| format_pvalue | R Documentation |
Converts a numeric p-value to a display string with the correct decimal separator and threshold notation (e.g., "< 0.001" or "< 0,001").
format_pvalue(p, digits, marks)
p |
Numeric p-value. |
digits |
Integer number of decimal places. |
marks |
List with |
Character string with the formatted p-value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.