data_summary: Data Summary

Description Usage Arguments Value Examples

Description

This function produces a table of summary statistics (Mean, Var., Min., Max.) for a single numeric vector and plots this vector against the index 1:n, where n is the length of the vector.

Usage

1

Arguments

x

Numeric vector of values

Value

Data frame of summary statistics

Examples

1
2
x <- 1:10
data_summary(x)

AshleyDennisHenderson/data.summary documentation built on June 12, 2019, 11:25 a.m.