Funeral {BSDA}R Documentation

Cost of funeral by region of country

Description

Data for Exercise 8.54

Usage

Funeral

Format

A data frame with 4 observations on the following 4 variables.

Region
a factor with levels Central East South West
Less
a numeric vector
Average
a numeric vector
More
a numeric vector

Source

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

Examples

str(Funeral)
attach(Funeral)
Funeral
chisq.test(Funeral[,2:4])
detach(Funeral)

[Package BSDA version 0.1 Index]