DescriptiveStat: Descriptive Statistics

Description Usage Arguments Details Value Note Author(s) References Examples

Description

Calculate and plot descriptive statistics

Usage

1

Arguments

x

the sample

plot

True of False; plot or not the stem and leaf diagram, scatterplot, histogram, boxplot, QQ-plot

Details

Calculate various numerical descpritive statistics and plot the stem and leaf diagram, scatterplot, histogram, boxplot, QQ-plot

Value

data.summary

a table of numerical descpritive statistics (std stands for standard deviation), a stem and leaf diagram, and a figure consisting of scatterplot, histogram, boxplot, QQ-plot of the sample

Note

deweiwang@stat.sc.edu

Author(s)

Dewei Wang

References

Chapter 6 of the textbook "Applied Statistics and Probability for Engineers" 7th edition

Examples

1
2
x=scan("https://raw.githubusercontent.com/Harrindy/StatEngine/master/Data/CompressiveStrength.csv")
data.summary(x)

Harrindy/StatEngine documentation built on Nov. 19, 2021, 1:10 p.m.