Hostile {BSDA}R Documentation

Hostility levels of high school students from rural, suburban, and urban areas

Description

Data for Example 10.6

Usage

Hostile

Format

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

Rural
a numeric vector
Suburban
a numeric vector
Urban
a numeric vector
HLT
a numeric vector
Type
a numeric vector
Ranks
a numeric vector

Source

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

Examples

str(Hostile)
attach(Hostile)
boxplot(HLT~Type)
kruskal.test(HLT~as.factor(Type))
detach(Hostile)

[Package BSDA version 0.1 Index]