FormatAsPValue: 'FormatAsPValue' Formats p relatively nicely, ensuring that...

View source: R/number.R

FormatAsPValueR Documentation

FormatAsPValue Formats p relatively nicely, ensuring that values greater than 0.05 are not rounded to 0.05, and numbers greater than 0 are not rounded to 0, unless is really close to 0.

Description

FormatAsPValue Formats p relatively nicely, ensuring that values greater than 0.05 are not rounded to 0.05, and numbers greater than 0 are not rounded to 0, unless is really close to 0.

Usage

FormatAsPValue(p, p.cutoff = 0.05, max.decimals = 12)

Arguments

p

The number(s)

p.cutoff

Ensures that values are not rounded to this value.

max.decimals

When p is smaller than this value, it is returned as < this value (e.g., "< 0.001").


NumbersInternational/flipFormat documentation built on Feb. 26, 2024, 5:36 a.m.