Aggress {BSDA}R Documentation

Agressive tendency scores for a group of teenage members of a street gang

Description

Data used in Exercises 1.61 and 1.81

Usage

Aggress

Format

A data frame with 28 observations on the following variable.

aggres
a numeric vector

Source

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

Examples

str(Aggress)
attach(Aggress)
EDA(aggres)
# OR
IQR(aggres)
diff(range(aggres))
detach(Aggress)

[Package BSDA version 0.1 Index]