Cars {mining} | R Documentation |
Cleaned-up versions of some popular R datasets.
data(Cars) data(Housing) data(States) data(va.deaths)
The variables are given more informative names, some irrelevant variables are dropped, erroneous values are fixed, and some variables are transformed (in the standardized case).
The specified dataset is loaded as a data.frame
.
The first three also define a
transformed dataset (ending in `T') where the variables are standardized.
Tom Minka
data(States) hist(States) hist(StatesT) w = pca(StatesT,2) text.plot(project(StatesT,w),asp=1,cex=.6) plot.axes(w)