Learn R Programming

petersenlab (version 1.1.0)

pValue: p-values.

Description

Suppress the leading zero when printing p-values.

Usage

pValue(value, digits = 3)

Value

p-value.

Arguments

value

The p-value.

digits

Number of decimal digits for printing the p-value.

Details

[INSERT].

See Also

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

Examples

Run this code
pValue(0.70)
pValue(0.04)
pValue(0.00002)

Run the code above in your browser using DataLab