View source: R/stability_score.R
BinomialProbabilities | R Documentation |
Computes the probabilities of observing each category of selection proportions under the assumption of a uniform selection procedure.
BinomialProbabilities(q, N, pi, K, n_cat = 3)
q |
average number of features selected by the underlying algorithm. |
N |
total number of features. |
pi |
threshold in selection proportions. If n_cat=3, these values must be >0.5 and <1. If n_cat=2, these values must be >0 and <1. |
K |
number of resampling iterations. |
n_cat |
computation options for the stability score. Default is
|
A list of probabilities for each of the 2 or 3 categories of selection proportions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.