View source: R/sparseRBIC_sampsplit.R
sparseRBIC_sampsplit | R Documentation |
Runs multiple on models selection procedures using RBIC to achieve valid inferential results post-selection
sparseRBIC_sampsplit(srbic_fit, S = 100, quiet = FALSE)
srbic_fit |
An object fitted by sparseRBIC_step |
S |
Number of splitting iterations |
quiet |
Should the display of a progress bar be silenced? |
a list containing:
results |
a tibble containing coefficients, p-values, selection pct |
splits |
a tibble of different split-based coefficients |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.