Skip to contents

Format p-values for show functions

Usage

anlz_pvalformat(x)

Arguments

x

numeric input p-value

Value

p-value formatted as a text string, one of p < 0.001, 'p < 0.01', p < 0.05, or ns for not significant

Examples

anlz_pvalformat(0.05)
#> [1] "ns"