Learn R Programming

BSDA (version 0.1)

Sentence: Sentences of 41 prisoners convicted of a homicide offense

Description

Data for Exercise 1.123

Usage

Sentence

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
str(Sentence)
attach(Sentence)
stem(months)
EDA(months)
ll <- mean(months)-2*sd(months)
ul <- mean(months)+2*sd(months)
limits <- c(ll,ul)
limits
detach(Sentence)

Run the code above in your browser using DataLab