format_pval_better: Format p values better for printing and reporting

View source: R/format_pval_better.R

format_pval_betterR Documentation

Format p values better for printing and reporting

Description

Tries to do a better job that base R's format.pval

Usage

format_pval_better(p)

Arguments

value

The p value to be formatted

Examples

format_pval_better(0.00000001)
format_pval_better(0.01)
format_pval_better(0.7)

ianhussey/SCED documentation built on Aug. 25, 2022, 4:42 p.m.