pValue: p-values.

View source: R/pValues.R

pValueR Documentation

p-values.

Description

Suppress the leading zero when printing p-values.

Usage

pValue(value, digits = 3)

Arguments

value

The p-value.

digits

Number of decimal digits for printing the p-value.

Details

[INSERT].

Value

p-value.

See Also

Other formatting: apa(), specify_decimal(), suppressLeadingZero()

Examples

pValue(0.70)
pValue(0.04)
pValue(0.00002)

petersenlab documentation built on April 4, 2025, 12:22 a.m.