Package: gtregression
Type: Package
Title: Tools for Creating Publication-Ready Regression Tables
Version: 1.0.0
Authors@R: c(
    person(given = "Rubeshkumar", family = "Polani",
    email = "rubesh@thinkdenominator.com", 
    role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0418-7592")),
    person(given = "Salin K", family = "Eliyas", 
    email = "salins13@gmail.com", role = "aut", 
    comment = c(ORCID = "0000-0002-8020-5860")),
    person(given = "Manikandanesan", family = "Sakthivel", 
    email = "nesanmbbs@gmail.com", role = "aut", 
    comment = c(ORCID = "0000-0002-5438-3970")),
    person(given = "Yuvaraj", family = "Krishnamoorthy",
    email = "yuvaraj@propulevidence.org", role = "aut",
    comment = c(ORCID = "0000-0003-4688-510X")),
    person(given = "Marie Gilbert", family = "Majella", 
    email = "gilbert2691@gmail.com", role = "aut", 
    comment = c(ORCID = "0000-0003-4036-5162"))
  )
Description: 
  Simplifies regression modeling in R by integrating multiple modeling and summarization
  tools into a cohesive, user-friendly interface. Designed to be accessible for researchers,
  particularly those in Low- and Middle-Income Countries (LMIC). Built upon widely accepted 
  statistical methods, including logistic regression (Hosmer et al. 2013, ISBN:9781118548429), 
  log-binomial regression (Spiegelman and Hertzmark 2005 <doi:10.1093/aje/kwi188>), 
  Poisson and robust Poisson regression (Zou 2004 <doi:10.1093/aje/kwh090>), 
  negative binomial regression (Hilbe 2011, ISBN:9780521179515), and linear regression 
  (Kutner et al. 2005, ISBN:9780071122214). Leverages multiple dependencies to ensure 
  high-quality output and generate reproducible, publication-ready tables in alignment with
  best practices in epidemiology and applied statistics.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.1.0)
Imports: dplyr, gtsummary, risks, purrr, MASS, rlang, stats, lmtest,
        patchwork, ggtext, ggplot2, tidyr, utils, sandwich, tibble,
        broom, broom.helpers, gt, officer, flextable
VignetteBuilder: knitr
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, mlbench, car, forcats,
        pkgdown
RoxygenNote: 7.3.2
Config/testthat/edition: 3
URL: https://thinkdenominator.github.io/gtregression/
BugReports: https://github.com/ThinkDenominator/gtregression/issues
NeedsCompilation: no
Packaged: 2025-07-30 18:38:55 UTC; salineliyas
Author: Rubeshkumar Polani [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-0418-7592>),
  Salin K Eliyas [aut] (ORCID: <https://orcid.org/0000-0002-8020-5860>),
  Manikandanesan Sakthivel [aut] (ORCID:
    <https://orcid.org/0000-0002-5438-3970>),
  Yuvaraj Krishnamoorthy [aut] (ORCID:
    <https://orcid.org/0000-0003-4688-510X>),
  Marie Gilbert Majella [aut] (ORCID:
    <https://orcid.org/0000-0003-4036-5162>)
Maintainer: Rubeshkumar Polani <rubesh@thinkdenominator.com>
Repository: CRAN
Date/Publication: 2025-08-18 14:50:13 UTC
Built: R 4.4.3; ; 2025-10-08 04:45:50 UTC; windows
