formatPValue: formats significance Variable value value based on threshold...

View source: R/formatPValue.R

formatPValueR Documentation

formats significance Variable value value based on threshold and adjustment method

Description

formats significance Variable value value based on threshold and adjustment method

Usage

formatPValue(
  significanceVariable,
  adjustmentMethod = "none",
  formatInsignificantValues = FALSE
)

Arguments

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

Value

string - formatted p or q value depending on adjustment method.


cusom/CUSOM.ShinyHelpers documentation built on Oct. 23, 2023, 6:50 a.m.