Learn R Programming

BSDA (version 1.01)

Dogs: Rankings of the favorite breeds of dogs

Description

Data for Exercise 2.88

Usage

Dogs

Arguments

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

Examples

Run this code
# NOT RUN {
str(Dogs)
attach(Dogs)
cor(Dogs[,2:5])
detach(Dogs)
# }

Run the code above in your browser using DataLab