Package: logbin Title: Relative Risk Regression Using the Log-Binomial Model Description: Methods for fitting log-link GLMs and GAMs to binomial data, including EM-type algorithms with more stable convergence properties than standard methods. Version: 2.0.6.9000 Authors@R: c(person("Mark W.", "Donoghoe", email = "markdonoghoe@gmail.com", role = c("aut","cre"), comment = c(ORCID = "0000-0003-0212-6443")), person("Ian C.", "Marschner", role = "ths", comment = c(ORCID = "0000-0002-6225-1572")), person("Alexandra C.", "Gillett", role = "ctb", comment = c("wrote an initial version of the nplbin function", ORCID = "0000-0002-5069-3197")), person("The R Core Team", role = "cph", comment = "summary.logbin, anova.logbin and others are based on stats::glm-related functions")) Depends: R (>= 3.0.1) Imports: splines, glm2, turboEM (>= 2021.1), Matrix, itertools2, iterators License: GPL (>= 2) URL: https://github.com/mdonoghoe/logbin Suggests: testthat (>= 3.0.0), vctrs Config/testthat/edition: 3 Date: 2025-04-07 Repository: https://mdonoghoe.r-universe.dev Date/Publication: 2025-04-06 21:44:28 UTC RemoteUrl: https://github.com/mdonoghoe/logbin RemoteRef: HEAD RemoteSha: 5c4966853f7043909d2c9961265e662260988992 NeedsCompilation: no Packaged: 2026-06-09 05:50:21 UTC; root Author: Mark W. Donoghoe [aut, cre] (ORCID: ), Ian C. Marschner [ths] (ORCID: ), Alexandra C. Gillett [ctb] (wrote an initial version of the nplbin function, ORCID: ), The R Core Team [cph] (summary.logbin, anova.logbin and others are based on stats::glm-related functions) Maintainer: Mark W. Donoghoe