Package: gtregression Type: Package Title: Tools for Creating Publication-Ready Regression Tables Version: 1.1.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 ), Poisson and robust Poisson regression (Zou 2004 ), 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, risks, purrr, MASS, rlang, stats, lmtest, patchwork, ggplot2, utils, sandwich, tibble, broom, broom.helpers, gt, officer, flextable, scales (>= 1.3.0), forestploter VignetteBuilder: knitr Suggests: testthat (>= 3.1.5), knitr, rmarkdown, mlbench, car, forcats, pkgdown, ggtext Config/testthat/edition: 3 Config/Needs/website: pkgdown URL: https://thinkdenominator.github.io/gtregression/ BugReports: https://github.com/ThinkDenominator/gtregression/issues Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev libnode-dev libx11-dev zlib1g-dev Repository: https://thinkdenominator.r-universe.dev Date/Publication: 2026-07-22 16:13:13 UTC RemoteUrl: https://github.com/thinkdenominator/gtregression RemoteRef: HEAD RemoteSha: 66bc4e11b0f0c2260df75efe37f3ae58d8598514 NeedsCompilation: no Packaged: 2026-07-22 17:58:55 UTC; root Author: Rubeshkumar Polani [aut, cre] (ORCID: ), Salin K Eliyas [aut] (ORCID: ), Manikandanesan Sakthivel [aut] (ORCID: ), Yuvaraj Krishnamoorthy [aut] (ORCID: ), Marie Gilbert Majella [aut] (ORCID: ) Maintainer: Rubeshkumar Polani