Statelaw {BSDA}R Documentation

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

Description

Data for Exercise 6.62

Usage

Statelaw

Format

A data frame/tibble with 50 observations on two variables

state

U.S. state

cost

dollars spent per resident on law enforcement

Source

Bureau of Justice Statistics, Law Enforcement Management and Administrative Statistics, 1993, NCJ-148825, September 1995, page 84.

References

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

Examples


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


[Package BSDA version 1.2.2 Index]