| highmlr_stability | R Documentation |
Runs stability selection on the data used in 'fit', returning a selection frequency per feature.
highmlr_stability(fit, B = 100L, cutoff = 0.75, PFER = 1, ...)
fit |
A 'highmlr_fit' object (used only for the data / call). |
B |
Number of subsamples (default 100). |
cutoff |
Selection probability threshold (default 0.75). |
PFER |
Per-family error rate bound (default 1). |
... |
Passed to [fit_stability()]. |
A new 'highmlr_fit' with 'method = "stability"'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.