Package: SMLE
Title: Joint Feature Screening via Sparse MLE
Version: 2.2-2
Description: Feature screening is a powerful tool in processing ultrahigh dimensional data. It attempts to screen out most irrelevant features in preparation for a more elaborate analysis. Xu and Chen (2014)<doi:10.1080/01621459.2013.879531> proposed an effective screening method SMLE, which naturally incorporates the joint effects among features in the screening process. This package provides an efficient implementation of SMLE-screening for high-dimensional linear, logistic, and Poisson models. The package also provides a function for conducting accurate post-screening feature selection based on an iterative hard-thresholding procedure and a user-specified selection criterion.
License: GPL-3
Depends: R(>= 4.0.0)
Imports: glmnet, matrixcalc, mvnfast
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: no
Author: Qianxiang Zang [aut, cre],
  Chen Xu [aut],
  Kelly Burkett [aut]
Authors@R: c(person(given = "Qianxiang",
                        family = "Zang",
                        role = c("aut","cre"),
                        email = "SMLEmaintainer@gmail.com"),
                 person(given = "Chen",
                        family = "Xu",
                        role = "aut"),
                 person(given = "Kelly",
                        family = "Burkett",
                        role = "aut")
			    )
Maintainer: Qianxiang Zang <SMLEmaintainer@gmail.com>
Repository: CRAN
Packaged: 2025-01-28 22:31:07 UTC; mac
Date/Publication: 2025-01-29 00:10:06 UTC
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Built: R 4.6.0; ; 2025-08-18 09:11:37 UTC; unix
