Learn R Programming

wBoot (version 1.0.3)

loss:

Pickpocket Offenses Data

Description

Losses ($) for a sample of 25 pickpocket offenses

Usage

data("loss")

Arguments

Format

The format is: num [1:25] 447 207 627 430 883 313 844 253 397 214 ...

Source

Federal Bureau of Investigation, Population-at-Risk Rates and Selected Crime Indicators.

Details

The Federal Bureau of Investigation (FBI) compiles data on robbery and property crimes and publishes the information in Population-at-Risk Rates and Selected Crime Indicators. A random sample of 25 pickpocket offenses yielded the losses, in dollars, presented in the "loss" dataset.

Examples

Run this code
data(loss)
hist(loss)
boxplot(loss)
dotchart(loss)

Run the code above in your browser using DataLab