data_constraxion | R Documentation |
A subset of data from a fictitious real estate data frame containing transaction prices and some categorical and numerical characteristics of each dwelling.
data_constraxion
A data frame with 7,800 rows and 6 columns:
A (string) vector indicating a time period
A (string) vector indicating the transaction price of the dwelling
A real-valued vector of (the logarithm of) the floor area of the dwelling
A real-valued vector of (the logarithm of) the distance of the dwelling to the nearest train station
A categorical code/string referring to the neighbourhood the dwelling belongs to
A vector indicating whether the dwelling belongs to a large city or not
A fictitious dataset for illustration purposes
data(data_constraxion)
head(data_constraxion)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.