Dogs {BSDA} | R Documentation |
Data for Exercise 2.88
Dogs
A data frame with 20 observations on the following 5 variables.
Dog
Beagle
Boxer
Chihuahua
Chow
Dachshund
Dalmatian
Doberman
Huskie
Labrador
Pomeranian
Poodle
Retriever
Rotweiler
Schnauzer
Shepherd
Shetland
ShihTzu
Spaniel
Springer
Yorkshire
X1992
X1993
X1997
X1998
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Dogs) attach(Dogs) cor(Dogs[,2:5]) detach(Dogs)