Learn R Programming

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

summarytools (version 0.1)

Dataframe Summaries, Frequency Tables and Numerical Summaries with Customizable Output

Description

Includes 4 summarizing functions; two are to be used with uni-dimensional data, and the two others with dataframes. For uni-dimensional data, 'unistats' will generate common central tendency statistics and measures of dispersion for numerical data and 'frequencies' will generate a table of frequencies with counts and percentages (including cumulative). Both functions report number and proportion of valid values vs NA values. For dataframes, 'dfSummary' will generate a table containing as many rows as there are columns in the dataframe, 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. Finally, 'properties' will conveniently report attributes of a dataframe object itself and also of all its individual components (columns).

Copy Link

Version

Install

install.packages('summarytools')

Monthly Downloads

26,137

Version

0.1

License

GPL-2

Maintainer

Dominic Comtois

Last Published

August 10th, 2014

Functions in summarytools (0.1)

dfSummary

Dataframe Summary
frequencies

Frequency Tables for Discrete Data and Factors.
unistats

Univariate Statistics for Numerical Data
properties

Dataframe Attributes Along With Individual Column Attributes