⚠️There's a newer version (1.0.1) of this package. Take me there.

summarytools (version 0.6.5)

Dataframe Summaries, Frequency Tables and Descriptive Stats with Various Output Formats

Description

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.

Copy Link

Version

Down Chevron

Install

install.packages('summarytools')

Monthly Downloads

18,655

Version

0.6.5

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

December 5th, 2016

Functions in summarytools (0.6.5)