Skip to content

Python and R Packges for Efficient Inference on High-Dimensional Linear Models With Missing Outcomes

License

Notifications You must be signed in to change notification settings

zhangyk8/Debias-Infer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI pyversions PyPI version Downloads Documentation Status

Efficient Inference on High-Dimensional Linear Models With Missing Outcomes

This package implements the proposed debiasing method for conducting valid inference on the high-dimensional linear regression function with missing outcomes. We also document all the code for the simulations and real-world applications in our paper here.

Installation guide

Debias-Infer requires Python 3.8+ (earlier version might be applicable), NumPy, SciPy, scikit-learn, CVXPY, statsmodels. To install the latest version of Debias-Infer from this repository, run:

python setup.py install

To pip install a stable release, run:

pip install Debias-Infer

References

[1] Y. Zhang, A. Giessing, Y.-C. Chen (2023+) Efficient Inference on High-Dimensional Linear Models with Missing Outcomes arXiv:2309.06429.

[2] T. Sun and C.-H. Zhang (2012). Scaled Sparse Linear Regression. Biometrika, 99, no.4: 879-898.