filters results using p-value thresholds
1 | get.signif(res, param = "p.pos", threshold = 0.95, as.data.frame = T)
|
res |
resultslist |
param |
probability to filter with p.pos and p.neg |
threshold |
numerical, the threshold to select associated variables related to the specified param. Default is 0.95 |
as.data.frame |
collapse as data.frame. Default = TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.