Description Usage Arguments Details Value Note Author(s) References Examples
Calculate and plot descriptive statistics
1 | data.summary(x)
|
x |
the sample |
plot |
True of False; plot or not the stem and leaf diagram, scatterplot, histogram, boxplot, QQ-plot |
Calculate various numerical descpritive statistics and plot the stem and leaf diagram, scatterplot, histogram, boxplot, QQ-plot
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 |
deweiwang@stat.sc.edu
Dewei Wang
Chapter 6 of the textbook "Applied Statistics and Probability for Engineers" 7th edition
1 2 | x=scan("https://raw.githubusercontent.com/Harrindy/StatEngine/master/Data/CompressiveStrength.csv")
data.summary(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.