format_p_value: Format p value

View source: R/format_p_value.r

format_p_valueR Documentation

Format p value

Description

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)


vbfelix/relper documentation built on May 10, 2024, 10:50 p.m.