Package: fastLogisticRegressionWrap Type: Package Title: Fast Logistic Regression Wrapper Date: 2025-02-18 Version: 1.2.2 Authors@R: c( person("Adam", "Kapelner", email = "kapelner@qc.cuny.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5985-6792")), person("Beau", "Walker", email = "beau@methoddatascience.com", role = c("rev", "dtc"), comment = c(ORCID = "0000-0001-7872-4007")), person("Gabriel", "Mayer", email = "gmayer@revelartechnologies.com", role = c("fnd", "dtc")) ) License: GPL-3 Description: Provides very fast logistic regression with coefficient inferences plus other useful methods such as a forward stepwise model generator (see the benchmarks by visiting the github page at the URL below). The inputs are flexible enough to accomodate GPU computations. The coefficient estimation employs the fastLR() method in the 'RcppNumerical' package by Yixuan Qiu et al. This package allows their work to be more useful to a wider community that consumes inference. Encoding: UTF-8 Depends: R (>= 4.0.0) Imports: RcppNumerical, Rcpp, checkmate, stats, MASS, methods LinkingTo: Rcpp, RcppEigen URL: https://github.com/kapelner/fastLogisticRegressionWrap BugReports: https://github.com/kapelner/fastLogisticRegressionWrap/issues RoxygenNote: 7.3.2 Repository: https://kapelner.r-universe.dev Date/Publication: 2025-02-21 04:19:28 UTC RemoteUrl: https://github.com/kapelner/fastlogisticregressionwrap RemoteRef: HEAD RemoteSha: a6c75e85025f91968e7df14f439693020cdc59e9 RemoteSubdir: fastLogisticRegressionWrap NeedsCompilation: yes Packaged: 2026-06-18 10:44:47 UTC; root Author: Adam Kapelner [aut, cre] (ORCID: ), Beau Walker [rev, dtc] (ORCID: ), Gabriel Mayer [fnd, dtc] Maintainer: Adam Kapelner