setFormatToPvalue: Format some float in the french p-value format for display...

Description Usage Arguments Value Examples

View source: R/statistic_functions.R

Description

Manage the display of p-value format in french format

Usage

1
setFormatToPvalue(pvalue, round = 3)

Arguments

round

an integer, the number of digit after the decimal separator. Default to 3

pvalues

a numeric, witch need to be formated

Value

a formated character

Examples

1
2
3
pvalue <- 0.00028
pvalue_f <- setFormatToPvalue(pvalue)
pvalue_f

rgriffier/statsBordeaux documentation built on Aug. 11, 2021, 9:59 a.m.