Learn R Programming

CIpostSelect (version 0.2.1)

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

159

Version

0.2.1

License

MIT + file LICENSE

Maintainer

Boubacar DIALLO

Last Published

October 22nd, 2024

Functions in CIpostSelect (0.2.1)

CIps

Creates an object of class CIps based on the provided parameters.
CIpostSelect-package

CIpostSelect
print.CIps

Print method for the CIps class
lmps

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

Summary function for our lmps object
plot.CIps

Plot method for the CIps class