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