Description Usage Arguments Value Examples
View source: R/basefunctions.R
formatP
simplifies p-values by rounding to the maximum of p or a
predefined level. Optionally < or = can be added, as well as
symbols according to significance level.
1 2 3 4 5 6 7 8 |
pIn |
A numeric vector or matrix with p-values. |
ndigits |
Number of digits (default=3). |
textout |
Cast output to character (default=TRUE)? |
pretext |
Should = or < be added before p (default=FALSE)? |
mark |
Should significance level be added after p (default=FALSE)? |
german_num |
change dot (default) to comma? |
vector or matrix (depending on type of pIn) with type character (default) or numeric, depending on parameter textout
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.