Aggress {BSDA} | R Documentation |
Data used in Exercises 1.61 and 1.81
Aggress
A data frame with 28 observations on the following variable.
aggres
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Aggress) attach(Aggress) EDA(aggres) # OR IQR(aggres) diff(range(aggres)) detach(Aggress)