paste_pval {utile.tools}R Documentation

Paste p-value

Description

Creates a human-readable p.value using sensible defaults for 'format.pval()'.

Usage

paste_pval(x, digits = 1, p.digits = 4)

Arguments

x

A numeric. P-value to format.

digits

A numeric. Number of significant digits to round to.

p.digits

A numeric. Minimum number of digits to right of the decimal point.

Examples

paste_pval(0.061126e-10)

[Package utile.tools version 0.3.0 Index]