roche_pvalue {crane} | R Documentation |
Round p-values
Description
Round p-values
Usage
roche_pvalue(
x,
big.mark = ifelse(decimal.mark == ",", " ", ","),
decimal.mark = getOption("OutDec"),
...
)
label_roche_pvalue(
big.mark = ifelse(decimal.mark == ",", " ", ","),
decimal.mark = getOption("OutDec"),
...
)
Arguments
x |
( |
big.mark |
( |
decimal.mark |
( |
... |
Arguments passed on to |
Value
A character vector of rounded p-values
Examples
x <- c(0.0000001, 0.123456)
roche_pvalue(x)
label_roche_pvalue()(x)
[Package crane version 0.1.0 Index]