sparseRBIC_sampsplit: Sample split procedure for stepwise regression

View source: R/sparseRBIC_sampsplit.R

sparseRBIC_sampsplitR Documentation

Sample split procedure for stepwise regression

Description

Runs multiple on models selection procedures using RBIC to achieve valid inferential results post-selection

Usage

sparseRBIC_sampsplit(srbic_fit, S = 100, quiet = FALSE)

Arguments

srbic_fit

An object fitted by sparseRBIC_step

S

Number of splitting iterations

quiet

Should the display of a progress bar be silenced?

Value

a list containing:

results

a tibble containing coefficients, p-values, selection pct

splits

a tibble of different split-based coefficients


petersonR/sparseR documentation built on April 17, 2025, 11:41 p.m.