Learn R Programming

BSDA (version 0.1)

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

Description

Data for Exercise 1.20

Usage

Domestic

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab