Description Usage Arguments Value References Examples
Identify significant time intervals
1 | findSigInterval(adjusted.pvalue, threshold = 0.05, sign)
|
adjusted.pvalue |
vector of the adjusted p-value |
threshold |
p-value cut off |
sign |
vector hold area sign of each time interval |
returns a list of the start and end points of all significant time intervals
Ahmed Metwally (ametwall@stanford.edu)
1 2 3 | p = c(0.04, 0.01, 0.02, 0.04, 0.06, 0.2, 0.06, 0.04)
sign = c(1, 1, 1, 1, -1, -1, 1, 1)
findSigInterval(p, threshold = 0.05, sign)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.