| format_pvalues_multifit | R Documentation |
Converts numeric p-values to formatted character strings. Values below the threshold (determined by digits parameter) display as "< 0.001" (for digits=3), "< 0.0001" (for digits=4), etc. NA values display as "-".
format_pvalues_multifit(p, digits = 3, marks = NULL)
p |
Numeric vector of p-values. |
digits |
Integer number of decimal places. Also determines the threshold for "less than" display: threshold = 10^(-digits). Default is 3. |
marks |
Optional list with |
Character vector of formatted p-values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.