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
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-04
NeedsCompilation: no
Packaged: 2025-04-04 02:02:04 UTC; Mdonoghoe
Author: Mark W. Donoghoe [aut, cre] (<https://orcid.org/0000-0003-0212-6443>),
  Ian C. Marschner [ths] (<https://orcid.org/0000-0002-6225-1572>),
  Alexandra C. Gillett [ctb] (wrote an initial version of the nplbin
    function, <https://orcid.org/0000-0002-5069-3197>),
  The R Core Team [cph] (summary.logbin, anova.logbin and others are
    based on stats::glm-related functions)
Maintainer: Mark W. Donoghoe <markdonoghoe@gmail.com>
Repository: CRAN
Date/Publication: 2025-04-04 02:30:02 UTC
