Description Usage Arguments Value Examples
Given the scores of the candidates and a threshold to apply along with method to propose, e.g. 'gt' means propose if score is greater than the threshold and 'lt' means propose if score is less than the threshold. It handle 'tie', when tie = TRUE, the candidate with score equals to threshold will be proposed
1 | is_sig(score, threshold, method, tie = T)
|
score |
the scores of candidates |
threshold |
threshold to propose a signal |
method |
method = 'gt' to propose score greater than threshold; method = 'lt' to propose score less than threshold |
tie |
if propose the candidates which have scores equal to threshold (default TRUE) |
a binary vector of the same length as the input score vector indicating if the corresponding score entry is proposed
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.