Learn R Programming

BSDA (version 1.01)

Aggress: 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

Arguments

Format

A data frame with 28 observations on the following variable.

aggres

a numeric vector

Examples

Run this code
# NOT RUN {
str(Aggress)
attach(Aggress)
EDA(aggres)
# OR
IQR(aggres)
diff(range(aggres))
detach(Aggress)
# }

Run the code above in your browser using DataLab