PoSI-package: Valid Post-Selection Inference for Linear LS Regression

Description Details Author(s) References See Also Examples

Description

In linear LS regression, calculate for a given regressor matrix the multiplier K of coefficient standard errors such that the confidence intervals [b - K*SE(b), b + K*SE(b)] have a guaranteed coverage probability for all coefficient estimates b in any submodels after performing arbitrary model selection.

Details

Package: PoSI
Type: Package
Version: 1.1
Date: 2020-10-24
License: GPL-3

Author(s)

Andreas Buja and Kai Zhang

Maintainers: Andreas Buja <buja.at.wharton@gmail.com>, Kai Zhang <zhangk@email.unc.edu> and Wan Zhang <wanz63@live.unc.edu>

References

“Valid Post-Selection Inference,” Berk, R., Brown, L., Buja, A., Zhang, K., Zhao, L., The Annals of Statistics, 41 (2), 802–837~(2013).

See Also

lm, link{model.matrix}

Examples

1
2
data(Boston, package="MASS")
summary(PoSI(Boston[,-14]))

PoSI documentation built on Jan. 13, 2021, 5:10 a.m.