pfmt | R Documentation |
Displaying p-values
pfmt(x, digits = 5, scientific = FALSE)
x |
a n x 2 matrix or data frame |
digits |
(default: 5) number of digits for rounding coefficient |
pdigits |
(default: 5) number of digits for rounding p-values |
rpfmt( cbind( 'estimate' = rnorm(7), "p-values" = 10^c(-1,-2,-3,-4,-5,-6,-7)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.