pValue {petersenlab} | R Documentation |
Suppress the leading zero when printing p-values.
pValue(value, digits = 3)
value |
The p-value. |
digits |
Number of decimal digits for printing the p-value. |
[INSERT].
p-value.
pValue(0.70)
pValue(0.04)
pValue(0.00002)