Package: BranchGLM
Type: Package
Title: Glm Fitting and Variable Selection using 'RcppArmadillo'
Version: 1.0.0
Date: 2022-5-16
Authors@R: person("Jacob", "Seedorff", , "jwseedorff@uiowa.edu", role = c("aut", "cre"))
Maintainer: Jacob Seedorff <jwseedorff@uiowa.edu>
URL: https://github.com/JacobSeedorff21/BranchGLM
BugReports: https://github.com/JacobSeedorff21/BranchGLM/issues
Description: Fits glms using 'RcppArmadillo', can use Fisher's scoring, BFGS, or L-BFGS. 
	Can also make use of parallel computation to speed up fitting process via 'OpenMP'. 
	Also can perform best subset selection with an efficient branch and bound algorithm 
	that allows best subset selection for more variables.
License: Apache License (>= 2)
Depends: R (>= 3.3.0)
Imports: Rcpp (>= 1.0.7), methods
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.2.0
Encoding: UTF-8
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2022-05-19 04:22:06 UTC; Jacob
Author: Jacob Seedorff [aut, cre]
Repository: CRAN
Date/Publication: 2022-05-19 08:00:02 UTC
