Learn R Programming

CIpostSelect (version 0.2.2)

Confidence Interval Post-Selection of Variable

Description

Calculates confidence intervals after variable selection using repeated data splits. The package offers methods to address the challenges of post-selection inference, ensuring more accurate confidence intervals in models involving variable selection. The two main functions are 'lmps', which records the different models selected across multiple data splits as well as the corresponding coefficient estimates, and 'cips', which takes the lmps object as input to select variables and perform inferences using two types of voting.

Copy Link

Version

Install

install.packages('CIpostSelect')

Monthly Downloads

143

Version

0.2.2

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Boubacar DIALLO

Last Published

November 10th, 2025

Functions in CIpostSelect (0.2.2)

CIpostSelect-package

CIpostSelect
lmps

Function that handles storing our estimation and variable selection matrices during the different splits.
CIps

Creates an object of class CIps based on the provided parameters.
print.CIps

Print method for the CIps class
summary.lmps

Summary function for our lmps object
plot.CIps

Plot method for the CIps class