Learn R Programming

⚠️There's a newer version (1.1.4) 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

Install

install.packages('summarytools')

Monthly Downloads

33,632

Version

0.6.5

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Dominic Comtois

Last Published

December 5th, 2016

Functions in summarytools (0.6.5)

cleartmp

Delete Temporary HTML Files
descr

Descriptive Univariate Statistics for Numerical Data
tobacco

tobacco -- Sample Data
tabagisme

tabagisme -- Sample Data (French)
what.is

Obtain Extended Properties of Objects.
parse_arg

Extract Information About Data From x Argument
print.summarytools

Print Method for Objects of Class summarytools.
dfSummary

Dataframe Summary
examens

examens -- Sample Data (French)
exams

exams -- Sample Data
freq

Frequency Tables for Factors and Other Discrete Data