View source: R/general_utilities.R
pvalue_nums | R Documentation |
Method to determine significance level bin and return a formatted string. Duplicate of binfotron::pvalue_stars but returns values like '<= 0.01' rather than '**'
pvalue_nums(pvalues, sig_levels = c(0.05, 0.01, 0.001))
sig_levels |
vector of PValues to define our bin levels |
p.value |
double representing the p.value to obtain significance level for |
Returns string representing the significance bin of this p.value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.