Package: gtstats
Type: Package
Title: Beginner-Friendly Statistics and Publication-Ready 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 = "Mogan", family = "Kaviprawin",
    email = "moganka1994@gmail.com", role = "aut",
    comment = c(ORCID = "0000-0002-1659-059X")),
    person(given = "Manikandanesan", family = "Sakthivel",
    email = "nesanmbbs@gmail.com", role = "aut",
    comment = c(ORCID = "0000-0002-5438-3970")),
    person(given = "Salin K", family = "Eliyas",
    email = "salins13@gmail.com", role = "aut",
    comment = c(ORCID = "0000-0002-8020-5860")),
    person(given = "Yuvaraj", family = "Krishnamoorthy",
    email = "yuvaraj@propulevidence.org", role = "aut",
    comment = c(ORCID = "0000-0003-4688-510X"))
  )
Description: Provides beginner-friendly functions for common descriptive and
    inferential statistical analyses, together with tools for creating
    publication-ready tables. The package includes data description, summary
    statistics, distribution assessment, group comparisons, effect sizes,
    correlations, proportions and rates with confidence intervals, crosstabs for
    epidemiological measures, plots, and modular table-building workflows.
    Statistical methods include unequal-variance comparisons described by Welch
    (1947) <doi:10.1093/biomet/34.1-2.28>, score confidence intervals described
    by Wilson (1927) <doi:10.1080/01621459.1927.10502953>, and robust variance
    assessment described by Brown and Forsythe (1974)
    <doi:10.1080/01621459.1974.10482955>.
URL: https://gtstats.thinkdenominator.com/,
        https://github.com/ThinkDenominator/gtstats
BugReports: https://github.com/thinkdenominator/gtstats/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.1.0)
Imports: dplyr, tibble, gt, flextable, officer, stats, ggplot2,
        tidyselect
Suggests: shiny, rstudioapi, rio, testthat (>= 3.0.0), knitr,
        rmarkdown, pkgdown, webshot2
Config/testthat/edition: 3
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-09-11 14:56:33 UTC; drrubesh
Author: Rubeshkumar Polani [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-0418-7592>),
  Mogan Kaviprawin [aut] (ORCID: <https://orcid.org/0000-0002-1659-059X>),
  Manikandanesan Sakthivel [aut] (ORCID:
    <https://orcid.org/0000-0002-5438-3970>),
  Salin K Eliyas [aut] (ORCID: <https://orcid.org/0000-0002-8020-5860>),
  Yuvaraj Krishnamoorthy [aut] (ORCID:
    <https://orcid.org/0000-0003-4688-510X>)
Maintainer: Rubeshkumar Polani <rubesh@thinkdenominator.com>
Repository: CRAN
Date/Publication: 2026-09-21 21:50:02 UTC
