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)
a list containing:
a tibble containing coefficients, p-values, selection pct
a tibble of bootstrapped coefficients
An object fitted by sparseRBIC_step
Number of bootstrap samples
Should the display of a progress bar be silenced?