Description Usage Format Source Examples
A randomly selected subset of the Ames data set. The dataset contains only factor class variables and the SalePrice variable. Missing values have been imputed.
1 |
A data frame with 2049 observations on 39 variables.
https://ww2.amstat.org/publications/jse/v19n3/Decock/DataDocumentation.txt
1 2 | str(AmesImpFctrs)
plot(AmesImpFctrs$Neighborhood, y = AmesImpFctrs$SalePrice)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.