Learn R Programming

BSDA (version 1.2.2)

South: Murder rates for 30 cities in the South

Description

Data for Exercise 1.84

Usage

South

Arguments

Format

A data frame/tibble with 31 observations on one variable

rate

murder rate per 100,000 people

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

boxplot(South$rate, col = "gray", ylab = "Murder rate per 100,000 people")

Run the code above in your browser using DataLab