pvalf.default | R Documentation |
Format a p-value for printing in a LaTeX
table. Requires the
ulem LaTeX
package for underlining the p-values.
## Default S3 method:
pvalf(pval, params = list())
pval |
Numeric value between 0 and 1. |
params |
A list of options. This function accepts the following options:
|
A string representing the formatted pval
.
pvalf(0.1)
pvalf(0.000001)
pvalf(c(0.06, 0.04, 0.005, 0.00001), list(minval = 0.0001))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.