Package: glm2 Type: Package Title: Fitting Generalized Linear Models Description: Fits generalized linear models using the same model specification as glm in the stats package, but with a modified default fitting method that provides greater stability for models that may fail to converge using glm. Version: 1.2.1.9000 Authors@R: c(person("Ian", "Marschner", role = "aut"), person("Mark W.", "Donoghoe", role = c("cre", "aut"), email = "markdonoghoe@gmail.com", comment = c(ORCID = "0000-0003-0212-6443")), person("The R Core Team", role = "cph", comment = "functions in this package are modified versions of stats::glm and related functions.")) Depends: R (>= 3.2.0), stats Suggests: Matrix, methods License: GPL (>=2) LazyData: true URL: https://github.com/mdonoghoe/glm2 Date: 2025-06-20 RoxygenNote: 7.3.2 Encoding: UTF-8 Repository: https://mdonoghoe.r-universe.dev Date/Publication: 2025-06-20 01:05:57 UTC RemoteUrl: https://github.com/mdonoghoe/glm2 RemoteRef: HEAD RemoteSha: e666fa064e6e89cc6871c50e68a7f483a1a7c3f3 NeedsCompilation: no Packaged: 2026-07-04 07:38:37 UTC; root Author: Ian Marschner [aut], Mark W. Donoghoe [cre, aut] (ORCID: ), The R Core Team [cph] (functions in this package are modified versions of stats::glm and related functions.) Maintainer: Mark W. Donoghoe