Dogs {BSDA}R Documentation

Rankings of the favorite breeds of dogs

Description

Data for Exercise 2.88

Usage

Dogs

Format

A data frame with 20 observations on the following 5 variables.

Dog
a factor with levels Beagle Boxer Chihuahua Chow Dachshund Dalmatian Doberman Huskie Labrador Pomeranian Poodle Retriever Rotweiler Schnauzer Shepherd Shetland ShihTzu Spaniel Springer Yorkshire
X1992
a numeric vector
X1993
a numeric vector
X1997
a numeric vector
X1998
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Dogs)
attach(Dogs)
cor(Dogs[,2:5])
detach(Dogs)

[Package BSDA version 0.1 Index]