Package: DescrTab2
Type: Package
Title: Publication Quality Descriptive Statistics Tables
Version: 2.1.16
Date: 2022-09-06
Authors@R: c(person("Jan", "Meis", role = c("aut", "cre"), email="meis@imbi.uni-heidelberg.de", comment = c(ORCID = "0000-0001-5407-7220")),
             person("Lukas", "Baumann", role = c("aut"), comment = c(ORCID = "0000-0001-7931-7470")),
             person("Maximilian", "Pilz", role = c("aut"), comment = c(ORCID = "0000-0002-9685-1613")),
             person("Lukas", "Sauer", role = c("aut"), comment= c(ORCID = "0000-0002-1340-9994")),
             person("Lorenz", "Uhlmann", role = c("ctb")),
             person("Csilla", "van Lunteren", role = c("ctb")))
Description: Provides functions to create descriptive statistics tables for continuous and categorical variables.
    By default, summary statistics such as mean, standard deviation, quantiles, minimum and maximum for continuous
    variables and relative and absolute frequencies for categorical variables are calculated. 'DescrTab2' features a sophisticated algorithm to
    choose appropriate test statistics for your data and provides p-values. On top of this, confidence intervals for group
    differences of appropriated summary measures are automatically produces for two-group comparison.
    Tables generated by 'DescrTab2' can be integrated in a variety of document formats, including .html, .tex and .docx documents.
    'DescrTab2' also allows printing tables to console and saving table objects for later use.
Depends: R (>= 4.0.0)
Suggests: testthat, covr, tidyverse, here, shiny, Exact
Imports: stats, utils, nlme, exact2x2, DescTools, dplyr, rlang, tibble,
        stringr, forcats, magrittr, scales, cli, kableExtra, flextable
        (>= 0.6.6), officer, knitr, rmarkdown, haven, Hmisc
VignetteBuilder: knitr
License: GPL (>= 3)
Copyright: This package contains codes copyrighted by third parites.
        See file COPYRIGHTS for details.
LazyLoad: true
Encoding: UTF-8
URL: https://imbi-heidelberg.github.io/DescrTab2/
BugReports: https://github.com/imbi-heidelberg/DescrTab2/issues
Config/testthat/edition: 3
RoxygenNote: 7.2.0
NeedsCompilation: no
Packaged: 2022-09-06 08:21:17 UTC; pn425
Author: Jan Meis [aut, cre] (<https://orcid.org/0000-0001-5407-7220>),
  Lukas Baumann [aut] (<https://orcid.org/0000-0001-7931-7470>),
  Maximilian Pilz [aut] (<https://orcid.org/0000-0002-9685-1613>),
  Lukas Sauer [aut] (<https://orcid.org/0000-0002-1340-9994>),
  Lorenz Uhlmann [ctb],
  Csilla van Lunteren [ctb]
Maintainer: Jan Meis <meis@imbi.uni-heidelberg.de>
Repository: CRAN
Date/Publication: 2022-09-06 08:50:02 UTC
Built: R 4.3.0; ; 2023-07-10 06:32:22 UTC; unix
