tadaatoolbox (version 0.16.0)

pval_string: Easy p-value formatting

Description

Easy p-value formatting

Usage

pval_string(pv)

Arguments

pv

A p-value in numeric form.

Value

A formatted character representation of the input value.

Examples

Run this code
# NOT RUN {
pv <- c(.9, .2, .049, .009, .000003)
pval_string(pv)
# }

Run the code above in your browser using DataLab