bolder | R Documentation |
Takes a scalar or atomic vector of effect sizes and bolds values that are equal to or larger than a specified size.
bolder(ef, threshold = 0.3, spround = FALSE, ...)
ef |
a numeric scalar or atomic vector of effect sizes (or any other numeric vector). |
threshold |
a numeric scalar specifiying the size of effect size of greater to bold. Defaults to .30. |
spround |
a logical value indicating whether values should be rounded for printing. Defaults to FALSE. |
... |
optional arguments passed to spround. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.