sciNotation: A function that returns a scientific notation of a p value

Description Usage Arguments Examples

Description

This function creates an expression of a p value using scientific notation

Usage

1
sciNotation(x, digits = 2, maxexp = 16)

Arguments

x

Numeric object. Number to be expressed using scientific notation.

digits

Numeric object of type integer. Number of digits.

maxexplogical

Numeric object of type integer. Maximun exponential admissible.

Examples

1
sciNotation(x=0.00000000000068,digits=2,maxexp=16)

mssm-msf-2019/BiostatsALL documentation built on May 22, 2019, 12:16 p.m.