Built around three key functions: 1) freq() generates frequency tables reporting counts and proportions (including cumulative) for factors and other discrete data; 2) descr() gives all common central tendency statistics and measures of dispersion for numerical data; 3) dfSummary() gives as much information as possible on a dataframe's columns in a legible table. freq() and descr() support weights, and all three functions support 'Hmisc' or 'pander' labels. A variety of output formats are available (plain text, 'rmarkdown' and HTML). An additional misc function, what.is(), displays all common properties of an object (its class, type, mode, attributes, etc.) and extends the base is() function, checking the object against most is.() functions.
Version: | 0.6.5 |
Depends: | htmltools |
Imports: | Hmisc, methods, pryr, pander, xtable, rapportools, rstudioapi, utils, matrixStats |
Suggests: | knitr, rmarkdown |
Published: | 2016-12-05 |
Author: | Dominic Comtois |
Maintainer: | Dominic Comtois <dominic.comtois at gmail.com> |
BugReports: | https://github.com/dcomtois/summarytools/issues |
License: | GPL-2 |
URL: | https://github.com/dcomtois/summarytools |
NeedsCompilation: | no |
Materials: | NEWS |
CRAN checks: | summarytools results |
Reference manual: | summarytools.pdf |
Vignettes: |
Introduction to summarytools |
Package source: | summarytools_0.6.5.tar.gz |
Windows binaries: | r-devel: summarytools_0.6.5.zip, r-release: summarytools_0.6.5.zip, r-oldrel: summarytools_0.6.5.zip |
OS X Mavericks binaries: | r-release: summarytools_0.6.5.tgz, r-oldrel: summarytools_0.6.5.tgz |
Old sources: | summarytools archive |
Please use the canonical form https://CRAN.R-project.org/package=summarytools to link to this page.