Package: BrokenAdaptiveRidge
Type: Package
Title: Broken Adaptive Ridge Regression with Cyclops
Version: 1.0.1
Date: 2025-07-21
Authors@R: c(
    person("Marc A.", "Suchard", email = "msuchard@ucla.edu", role = c("aut","cre")),
    person("Eric", "Kawaguchi", role = "aut"),
    person("Ning", "Li", role = "aut"),
    person("Gang", "Li", role = "aut"),
    person("Observational Health Data Sciences and Informatics", role = "cph")
    )
Maintainer: Marc A. Suchard <msuchard@ucla.edu>
Description: Approximates best-subset selection (L0) regression with
   an iteratively adaptive Ridge (L2) penalty for large-scale models.
   This package uses Cyclops for an efficient implementation and the
   iterative method is described in Kawaguchi et al (2020)
   <doi:10.1002/sim.8438> and Li et al (2021)
   <doi:10.1016/j.jspi.2020.12.001>.
License: Apache License 2.0
Depends: R (>= 3.2.2), Cyclops (>= 3.0.0)
Imports: futile.logger, bit64
Suggests: testthat, survival, knitr, rmarkdown
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-07-23 16:32:53 UTC; msuchard
Author: Marc A. Suchard [aut, cre],
  Eric Kawaguchi [aut],
  Ning Li [aut],
  Gang Li [aut],
  Observational Health Data Sciences and Informatics [cph]
Repository: CRAN
Date/Publication: 2025-07-23 17:10:02 UTC
Built: R 4.6.0; ; 2025-08-20 06:18:46 UTC; unix
