Package: DebiasInfer
Type: Package
Title: Efficient Inference on High-Dimensional Linear Model with
        Missing Outcomes
Version: 0.2
Authors@R: c(
    person("Yikun", "Zhang", email = "yikunzhang@foxmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3905-6346")),
    person("Alexander", "Giessing", email = "giessing@uw.edu", role = "aut", comment = c(ORCID = "0000-0002-6917-0652")),
    person("Yen-Chi", "Chen", email = "yenchic@uw.edu", role = "aut", comment = c(ORCID = "0000-0002-4485-306X")))
Description: A statistically and computationally efficient debiasing method for conducting valid inference on the high-dimensional linear regression function with missing outcomes.
    The reference paper is Zhang, Giessing, and Chen (2023) <arXiv:2309.06429>. 
URL: https://github.com/zhangyk8/Debias-Infer/
BugReports: https://github.com/zhangyk8/Debias-Infer/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: CVXR, caret, stats
Suggests: MASS, glmnet
Maintainer: Yikun Zhang <yikunzhang@foxmail.com>
NeedsCompilation: no
Packaged: 2023-10-09 18:15:24 UTC; yikun
Author: Yikun Zhang [aut, cre] (<https://orcid.org/0000-0003-3905-6346>),
  Alexander Giessing [aut] (<https://orcid.org/0000-0002-6917-0652>),
  Yen-Chi Chen [aut] (<https://orcid.org/0000-0002-4485-306X>)
Repository: CRAN
Date/Publication: 2023-10-09 19:30:05 UTC
Built: R 4.2.0; ; 2023-10-13 06:29:36 UTC; unix
