Dealers {BSDA} | R Documentation |
Data for Example 2.22
Dealers
A data frame with 6 observations on the following 2 variables.
Replace
Recomnd
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
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)