Skip to contents

Format p value

Usage

format_p_value(p_value, lower_bound = NULL)

Arguments

p_value

A numeric vector

lower_bound

A numeric single value (default = NULL), that will be the lower bound

Value

A characther vector.

Examples


format_p_value(c(.001,.00000001),lower_bound = 0.001)
#> [1] "0.0010" "<0.001"