Learn R Programming

BSDA (version 1.01)

Dealers: Automobile dealers classified according to type dealership and service rendered to customers

Description

Data for Example 2.22

Usage

Dealers

Arguments

Format

A data frame with 6 observations on the following 2 variables.

Replace

a numeric vector

Recomnd

a numeric vector

Examples

Run this code
# NOT RUN {
str(Dealers)
attach(Dealers)
Deal <- as.matrix(Dealers)
rownames(Deal) <- c("Honda","Toyota","Mazda","Ford","Dodge","Saturn")
Dealers
barplot(t(Deal),beside=TRUE,legend=TRUE)
detach(Dealers)
remove(Deal)
# }

Run the code above in your browser using DataLab