Learn R Programming

BSDA (version 1.01)

Sentence: Sentences of 41 prisoners convicted of a homicide offense

Description

Data for Exercise 1.123

Usage

Sentence

Arguments

Format

A data frame with 41 observations on the following variable.

months

a numeric vector

Examples

Run this code
# NOT RUN {
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