Learn R Programming

BSDA (version 1.2.2)

Statelaw: Operating expenditures per resident for each of the state law enforcement agencies

Description

Data for Exercise 6.62

Usage

Statelaw

Arguments

Format

A data frame/tibble with 50 observations on two variables

state

U.S. state

cost

dollars spent per resident on law enforcement

References

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

Examples

Run this code

EDA(Statelaw$cost)
SIGN.test(Statelaw$cost, md = 8, alternative = "less")

Run the code above in your browser using DataLab