roche_pvalue | R Documentation |
Round p-values
roche_pvalue(
x,
big.mark = ifelse(decimal.mark == ",", " ", ","),
decimal.mark = getOption("OutDec"),
...
)
label_roche_pvalue(
big.mark = ifelse(decimal.mark == ",", " ", ","),
decimal.mark = getOption("OutDec"),
...
)
x |
( |
big.mark |
( |
decimal.mark |
( |
... |
Arguments passed on to |
A character vector of rounded p-values
x <- c(0.0000001, 0.123456)
roche_pvalue(x)
label_roche_pvalue()(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.