Aggress {BSDA} | R Documentation |
Agressive tendency scores for a group of teenage members of a street gang
Description
Data used in Exercises 1.66 and 1.81
Usage
Aggress
Format
A data frame/tibble with 28 observations on one variable
- aggres
measure of aggresive tendency, ranging from 10-50
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
with(data = Aggress,
EDA(aggres))
# OR
IQR(Aggress$aggres)
diff(range(Aggress$aggres))
[Package BSDA version 1.2.2 Index]