Domestic {BSDA}R Documentation

Rates of domestic violence per 1,000 women by age groups

Description

Data for Exercise 1.20

Usage

Domestic

Format

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

Age
a factor with levels 12-19 20-24 25-34 35-49 50-64
Rate
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Domestic)
attach(Domestic)
names(Rate) <- Age
barplot(Rate,col="gold")
pie(Rate)
detach(Domestic)

[Package BSDA version 0.1 Index]