Cars | R Documentation |
Cleaned-up versions of some popular R datasets.
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
Cars93
,Boston
,state
,VADeaths
data(States) dev.new() hist(States) hist(StatesT) w <- pca(StatesT, 2) text_plot(project(StatesT, w), asp=1, cex=.6) plot_axes(w)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.