round.pval | R Documentation |
Removes elements from a data table previously setting based on dependent variables
## S3 method for class 'pval'
round(tbl, digits = 3, min = 0.001, cnames = c("p", "p.adj"))
tbl |
a data.frame or data table with p-values to be rounded |
digits |
number of digits for the p-values |
min |
minimal value to be displayed as number |
cnames |
a vector containing the columns names in which the p-values are displayed |
A data.frame with the p-values rounded
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.