Learn R Programming

gap (version 1.6)

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

Description

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

Usage

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

Value

log10(P)

Arguments

p

value.

base

base part in scientific format.

exponent

exponent part in scientific format.

Examples

Run this code
log10pvalue(1e-323)
log10pvalue(base=1,exponent=-323)

Run the code above in your browser using DataLab