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/