pretty_p: pretty print a p-value

Description Usage Arguments Examples

View source: R/z_pretty_p.R

Description

pretty print a p-value

Usage

1
pretty_p(x, digits = 3)

Arguments

x

p-value

digits

number of digits to show after the decimal place

Examples

1
2
3
4
5
6
## Not run: 
pretty_p(0.6770471)
pretty_p(0.00034)
pretty_p(0.00034,digits=4)

## End(Not run)

cole-brokamp/CB documentation built on May 13, 2019, 8:49 p.m.