View source: R/km_wlr_calculations_helpers.R
| format_pval | R Documentation |
Formats a p-value for display, showing "<eps" for small values.
format_pval(pval, eps = 0.001, digits = 3)
pval |
Numeric p-value. |
eps |
Threshold for small p-values. |
digits |
Number of digits to display. |
Formatted p-value as character.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.