Skip to contents

log10(p) for a P value including its scientific format

Usage

log10pvalue(p = NULL, base = NULL, exponent = NULL)

Arguments

p

value.

base

base part in scientific format.

exponent

exponent part in scientific format.

Value

log10(P)

Examples

log10pvalue(1e-323)
#> [1] -323.0052
log10pvalue(base=1,exponent=-323)
#> [1] -323