formatPValue | R Documentation |
formats significance Variable value value based on threshold and adjustment method
formatPValue(
significanceVariable,
adjustmentMethod = "none",
formatInsignificantValues = FALSE
)
significanceVariable |
- numeric - significanceVariable |
adjustmentMethod |
string - multiple hypothesis correction method if any defaults to "none" |
formatInsignificantValues |
logical - whether to format and return values that are "insignificant" based on threshold |
string - formatted p or q value depending on adjustment method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.