Aggress | R Documentation |
Data used in Exercises 1.66 and 1.81
Aggress
A data frame/tibble with 28 observations on one variable
measure of aggresive tendency, ranging from 10-50
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
with(data = Aggress,
EDA(aggres))
# OR
IQR(Aggress$aggres)
diff(range(Aggress$aggres))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.