Package: fastLogisticRegressionWrap
Type: Package
Title: Fast Logistic Regression Wrapper
Date: 2023-07-06
Version: 1.0.0
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 inferences plus other useful methods such as a forward stepwise model generator. It is fundamentally a wrapper to the amazing fastLR() method in the 'RcppNumerical' package by Yixuan Qiu et al. This package allows their work to be more useful to the wider community.
Encoding: UTF-8
Depends: R (>= 4.0.0)
Imports: RcppNumerical, Rcpp, checkmate, stats, MASS
LinkingTo: Rcpp, RcppEigen
URL: https://github.com/kapelner/fastLogisticRegressionWrap
BugReports: https://github.com/kapelner/fastLogisticRegressionWrap/issues
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-07-06 18:55:19 UTC; kapel
Author: Adam Kapelner [aut, cre] (<https://orcid.org/0000-0001-5985-6792>),
  Beau Walker [rev, dtc] (<https://orcid.org/0000-0001-7872-4007>),
  Gabriel Mayer [fnd, dtc]
Maintainer: Adam Kapelner <kapelner@qc.cuny.edu>
Repository: CRAN
Date/Publication: 2023-07-07 09:10:02 UTC
