round_pval | R Documentation |
This function takes a numeric value and rounds it. It is most useful for R output that is more than three decimal places long.
round_pval(x)
x |
(numeric) A p-value to round |
round_pval(0.03765)
round_pval(0.0000001)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.