View source: R/sparseRBIC_bootstrap.R
sparseRBIC_bootstrap | R Documentation |
Runs bootstrap on models selection procedure using RBIC to find bootstrapped standard error (smoothed, see Efron 2014) as well as selection percentage across candidate variables. (experimental)
sparseRBIC_bootstrap(srbic_fit, B = 100, quiet = FALSE)
srbic_fit |
An object fitted by sparseRBIC_step |
B |
Number of bootstrap samples |
quiet |
Should the display of a progress bar be silenced? |
a list containing:
results |
a tibble containing coefficients, p-values, selection pct |
bootstraps |
a tibble of bootstrapped coefficients |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.