pvalue2asterisk | R Documentation |
A p-value of 0.05, 0.01, 0.001 correspond to one, two or three
asterisks. If 'sig.1' is set to TRUE
, then the p-value of 0.1
returns '.'.
pvalue2asterisk(pvalues, sig.1 = FALSE)
pvalues |
A numeric value |
sig.1 |
logical, whether the significance sign of 0.1 should be returned |
A character string containing the signs
Jitao David Zhang mailto:jitao_david.zhang@roche.com
pvalue2asterisk(0.03) pvalue2asterisk(0.007) pvalue2asterisk(3e-5) pvalue2asterisk(0.55)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.