Learn R Programming

BSDA (version 1.01)

South: Murder rates for 30 cities in the South

Description

Data for Exercise 1.84

Usage

South

Arguments

Format

A data frame with 31 observations on the following variable.

rate

a numeric vector

Examples

Run this code
# NOT RUN {
str(South)
attach(South)
boxplot(rate,col="yellow",main="Problem 1.83")
detach(South)
# }

Run the code above in your browser using DataLab