Five Number Summary
Description
The mean and five-number summary (minimum-first quartile-median-third quartile-maximum) of Babe Ruth's career home runs.
To use R in a Sage cell, the language must be set to R. See https://github.com/sagemath/sagecell/blob/master/doc/embedding.rst for details.
Sage Cell
Code
ruth <- c(22, 25, 34, 35, 41, 41, 46, 46, 46, 47, 49, 54, 54, 59, 60)
summary(ruth)
Options
None
Tags
Primary Tags: Statistics: Exploratory data analysis/descriptive statistics
Secondary Tags: Exploratory data analysis/descriptive statistics: Summary statistics
Related Cells
Attribute
Permalink:
Author: T. Judson
Date: 19 Jul 2017 12:07
Submitted by: Tom Judson