optimal | R Documentation |
Retrieve the index of the optimal probability threshold.
optimal(x)
x |
An object of class "bayefdr". |
The integer index of the optimal probability threshold.
probs <- runif(100) e <- efdr_search(probs, target_efdr = 0.1) optimal(e) e[optimal(e), ]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.