Learn R Programming

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

summarytools (version 0.3)

Dataframe Summaries, Frequency Tables and Numerical Summaries with Customizable Output

Description

Generates formatted summary tables for vectors and dataframes. Three summarizing functions: 1) 'freq' generates frequency tables reporting counts and proportions (including cumulative); 2) 'descr' gives common central tendency statistics and measures of dispersion for numerical data; 3) 'dfSummary' which attempts to give as much information as possible about a dataframe and its components in a clear, legible table. All three functions can either display plain text tables in the console or write markdown, text or html files to disk. An additional misc function, 'what.is', extends base 'is' function, checking the object against all 'is' functions.

Copy Link

Version

Install

install.packages('summarytools')

Monthly Downloads

30,627

Version

0.3

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

March 11th, 2015

Functions in summarytools (0.3)

freq

Frequency Tables for Factors and other Discrete Data
what.is

Obtain most common information on data structures.
descr

Descriptive Univariate Statistics for Numerical Data
dfSummary

Dataframe Summary
view

Wrapper function around print.summarytools to facilitate generation of html files.
print.summarytools

Print method for objects of class summarytools.