Learn R Programming

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

summarytools (version 0.2)

Dataframe Summaries, Frequency Tables and Numerical Summaries with Customizable Output

Description

Includes 3 summarizing functions; one for categorical data (freq), one for numerical (uni or multidimensional) data (desc), and one exclusively for dataframes. 'freq' generates frequency tables with valid and total proportions. 'desc' generates common central tendency statistics and measures of dispersion for numerical data. 'dfSummary' will generate a table containing as many rows as there are columns, each row giving variable information (class and type), labels if any, common statistics for numerical data and frequency tables for any type of data, along with number and proportion of valid (non-missing) values.

Copy Link

Version

Install

install.packages('summarytools')

Monthly Downloads

26,137

Version

0.2

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Dominic Comtois

Last Published

November 25th, 2014

Functions in summarytools (0.2)

freq

Frequency Tables for Discrete Data and Factors
dfSummary

Dataframe Summary
desc

Descriptive Univariate Statistics for Numerical Data