| estate {LIC} | R Documentation |
Real estate valuation
Description
The real estate valuation data set.
Usage
data("estate")
Format
A data frame with 414 observations on the following 8 variables.
Noa numeric vector
X1.transaction.datea numeric vector
X2.house.agea numeric vector
X3.distance.to.the.nearest.MRT.stationa numeric vector
X4.number.of.convenience.storesa numeric vector
X5.latitudea numeric vector
X6.longitudea numeric vector
Y.house.price.of.unit.areaa numeric vector
Details
Real estate valuation data set contains information about 414 real estate prices of 5 independent variables. The dependent variable is the price per unit area.
Source
The data set is from Xindian District, New Taipei City, Taiwan.
References
Yeh, I. C., & Hsu, T. K. (2018). Building real estate valuation models with comparative approach through case-based reasoning. Applied Soft Computing, 65, 260-271.
Examples
data(estate)
## maybe str(estate) ; plot(estate) ...
[Package LIC version 0.0.2 Index]