Description Usage Arguments Value Examples
Used for score and ratio cut-off thesholding.
1 | fiveSigma(numVec, greater = T, dropZero = T, verbose = F)
|
numVec |
numerical vector |
greater |
return(mean + 5sd). Else return(mean - 5sd). Default = T |
dropZero |
exclude values of zero from the calulation of mean/sd |
verbose |
prints values |
Numeric
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.