Description Usage Arguments Details Value Author(s) Examples
Absolute base-10 logarithm of p-values
1 | absLog10p(x)
|
x |
Numeric vector or matrix The function returns the absolute values of base-10 logarithm of p-values. |
The logarithm transformation of p-values is commonly used to visualize results from statistical tests. Although it may cause misunderstanding and therefore its use is disapproved by some experts, it helps to visualize and interpret results of statistical tests intuitively.
The function transforms p-values with base-10 logarithm, and returns its absolute value. The choice of base 10 is driven by the simplicity of interpreting the results.
Numeric vector or matrix.
Jitao David Zhang <jitao_david.zhang@roche.com>
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.