FormatAsPValue | R Documentation |
FormatAsPValue
Formats p relatively nicely, ensuring that values greater than 0.05
are not rounded to 0.05, and numbers greater than 0 are not rounded to 0,
unless is really close to 0.FormatAsPValue
Formats p relatively nicely, ensuring that values greater than 0.05
are not rounded to 0.05, and numbers greater than 0 are not rounded to 0,
unless is really close to 0.
FormatAsPValue(p, p.cutoff = 0.05, max.decimals = 12)
p |
The number(s) |
p.cutoff |
Ensures that values are not rounded to this value. |
max.decimals |
When p is smaller than this value, it is returned as < this value (e.g., "< 0.001"). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.