Skip to content

This package provides functions to create descriptive statistics tables for continuous and categorical variables.

Notifications You must be signed in to change notification settings

imbi-heidelberg/DescrTab2

Folders and files

NameName
Last commit message
Last commit date
Nov 24, 2023
Jan 30, 2024
Nov 14, 2021
Feb 3, 2022
Nov 22, 2023
Apr 6, 2021
Nov 24, 2023
Nov 24, 2023
Nov 14, 2021
Sep 2, 2020
Nov 24, 2023
Jan 30, 2024
Jan 20, 2022
Nov 22, 2023
Jan 30, 2024
Nov 24, 2023
Nov 23, 2023

Repository files navigation

R-CMD-check codecov Github version CRAN Version Downloads CRAN Downloads CRAN last month License

DescrTab2

Publication quality descriptive statistics tables with R

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.

You can also install the development version of DescrTab2 (recommended) from github by typing:

remotes::install_github("https://github.com/imbi-heidelberg/DescrTab2")

You may also install the stable version of DescrTab2 from cran by typing

install.packages("DescrTab2")

into your R console.

This article may be useful to get aquainted with DescTab2:

https://imbi-heidelberg.github.io/DescrTab2/articles/a_usage_guide.html

You may also check out our documentation page which hosts serveral long-form documentation articles:

https://imbi-heidelberg.github.io/DescrTab2/