Description Usage Arguments Value Examples
View source: R/statistic_functions.R
Manage the display of p-value format in french format
1 | setFormatToPvalue(pvalue, round = 3)
|
round |
an integer, the number of digit after the decimal separator. Default to 3 |
pvalues |
a numeric, witch need to be formated |
a formated character
1 2 3 | pvalue <- 0.00028
pvalue_f <- setFormatToPvalue(pvalue)
pvalue_f
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.