Learn R Programming

BSDA (version 1.01)

Tort: The number of torts, average number of months to process a tort, and county population from the court files of the nation's largest counties

Description

Data for Exercise 5.13

Usage

Tort

Arguments

Format

A data frame with 45 observations on the following 5 variables.

county

a factor with levels alameda, ca allegheny, pa bergen, nj bexar, tx contra costa, ca cook, il cuyahoga, oh dade, fl dallas, tx dupage, il essex, ma essex, nj fairfax, va fairfield, ct franklin, oh fresno, ca fulton, ga harris, tx hartford, ct hennepin, mn honolulu, hi jefferson, ky king, wa los angeles, ca maricopa, az marion, in middlesex, ma middlesex, nj milwaukee, wi new york, ny norfolk, ma oakland, mi orange, ca orange, fl palm beach, fl philadelphia, pa pima, az san bernadino, ca san francisco, ca santa clara, ca st. louis, mo suffolk, ma ventura, ca wayne, mi worchester, ma

months

a numeric vector

populat

a numeric vector

torts

a numeric vector

rate

a numeric vector

Examples

Run this code
# NOT RUN {
str(Tort)
attach(Tort)
EDA(months)
detach(Tort)
# }

Run the code above in your browser using DataLab