Learn R Programming

BSDA (version 1.01)

Funeral: Cost of funeral by region of country

Description

Data for Exercise 8.54

Usage

Funeral

Arguments

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

Examples

Run this code
# NOT RUN {
str(Funeral)
attach(Funeral)
Funeral
chisq.test(Funeral[,2:4])
detach(Funeral)
# }

Run the code above in your browser using DataLab