R Markdown

This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.

When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:

data=read.csv("C:/Users/tutik/Downloads/Housing.csv",header =TRUE,sep = "," )
data
##        price  area bedrooms bathrooms stories mainroad guestroom basement
## 1   13300000  7420        4         2       3      yes        no       no
## 2   12250000  8960        4         4       4      yes        no       no
## 3   12250000  9960        3         2       2      yes        no      yes
## 4   12215000  7500        4         2       2      yes        no      yes
## 5   11410000  7420        4         1       2      yes       yes      yes
## 6   10850000  7500        3         3       1      yes        no      yes
## 7   10150000  8580        4         3       4      yes        no       no
## 8   10150000 16200        5         3       2      yes        no       no
## 9    9870000  8100        4         1       2      yes       yes      yes
## 10   9800000  5750        3         2       4      yes       yes       no
## 11   9800000 13200        3         1       2      yes        no      yes
## 12   9681000  6000        4         3       2      yes       yes      yes
## 13   9310000  6550        4         2       2      yes        no       no
## 14   9240000  3500        4         2       2      yes        no       no
## 15   9240000  7800        3         2       2      yes        no       no
## 16   9100000  6000        4         1       2      yes        no      yes
## 17   9100000  6600        4         2       2      yes       yes      yes
## 18   8960000  8500        3         2       4      yes        no       no
## 19   8890000  4600        3         2       2      yes       yes       no
## 20   8855000  6420        3         2       2      yes        no       no
## 21   8750000  4320        3         1       2      yes        no      yes
## 22   8680000  7155        3         2       1      yes       yes      yes
## 23   8645000  8050        3         1       1      yes       yes      yes
## 24   8645000  4560        3         2       2      yes       yes      yes
## 25   8575000  8800        3         2       2      yes        no       no
## 26   8540000  6540        4         2       2      yes       yes      yes
## 27   8463000  6000        3         2       4      yes       yes      yes
## 28   8400000  8875        3         1       1      yes        no       no
## 29   8400000  7950        5         2       2      yes        no      yes
## 30   8400000  5500        4         2       2      yes        no      yes
## 31   8400000  7475        3         2       4      yes        no       no
## 32   8400000  7000        3         1       4      yes        no       no
## 33   8295000  4880        4         2       2      yes        no       no
## 34   8190000  5960        3         3       2      yes       yes      yes
## 35   8120000  6840        5         1       2      yes       yes      yes
## 36   8080940  7000        3         2       4      yes        no       no
## 37   8043000  7482        3         2       3      yes        no       no
## 38   7980000  9000        4         2       4      yes        no       no
## 39   7962500  6000        3         1       4      yes       yes       no
## 40   7910000  6000        4         2       4      yes        no       no
## 41   7875000  6550        3         1       2      yes        no      yes
## 42   7840000  6360        3         2       4      yes        no       no
## 43   7700000  6480        3         2       4      yes        no       no
## 44   7700000  6000        4         2       4      yes        no       no
## 45   7560000  6000        4         2       4      yes        no       no
## 46   7560000  6000        3         2       3      yes        no       no
## 47   7525000  6000        3         2       4      yes        no       no
## 48   7490000  6600        3         1       4      yes        no       no
## 49   7455000  4300        3         2       2      yes        no      yes
## 50   7420000  7440        3         2       1      yes       yes      yes
## 51   7420000  7440        3         2       4      yes        no       no
## 52   7420000  6325        3         1       4      yes        no       no
## 53   7350000  6000        4         2       4      yes       yes       no
## 54   7350000  5150        3         2       4      yes        no       no
## 55   7350000  6000        3         2       2      yes       yes       no
## 56   7350000  6000        3         1       2      yes        no       no
## 57   7343000 11440        4         1       2      yes        no      yes
## 58   7245000  9000        4         2       4      yes       yes       no
## 59   7210000  7680        4         2       4      yes       yes       no
## 60   7210000  6000        3         2       4      yes       yes       no
## 61   7140000  6000        3         2       2      yes       yes       no
## 62   7070000  8880        2         1       1      yes        no       no
## 63   7070000  6240        4         2       2      yes        no       no
## 64   7035000  6360        4         2       3      yes        no       no
## 65   7000000 11175        3         1       1      yes        no      yes
## 66   6930000  8880        3         2       2      yes        no      yes
## 67   6930000 13200        2         1       1      yes        no      yes
## 68   6895000  7700        3         2       1      yes        no       no
## 69   6860000  6000        3         1       1      yes        no       no
## 70   6790000 12090        4         2       2      yes        no       no
## 71   6790000  4000        3         2       2      yes        no      yes
## 72   6755000  6000        4         2       4      yes        no       no
## 73   6720000  5020        3         1       4      yes        no       no
## 74   6685000  6600        2         2       4      yes        no      yes
## 75   6650000  4040        3         1       2      yes        no      yes
## 76   6650000  4260        4         2       2      yes        no       no
## 77   6650000  6420        3         2       3      yes        no       no
## 78   6650000  6500        3         2       3      yes        no       no
## 79   6650000  5700        3         1       1      yes       yes      yes
## 80   6650000  6000        3         2       3      yes       yes       no
## 81   6629000  6000        3         1       2      yes        no       no
## 82   6615000  4000        3         2       2      yes        no      yes
## 83   6615000 10500        3         2       1      yes        no      yes
## 84   6580000  6000        3         2       4      yes        no       no
## 85   6510000  3760        3         1       2      yes        no       no
## 86   6510000  8250        3         2       3      yes        no       no
## 87   6510000  6670        3         1       3      yes        no      yes
## 88   6475000  3960        3         1       1      yes        no      yes
## 89   6475000  7410        3         1       1      yes       yes      yes
## 90   6440000  8580        5         3       2      yes        no       no
## 91   6440000  5000        3         1       2      yes        no       no
## 92   6419000  6750        2         1       1      yes       yes      yes
## 93   6405000  4800        3         2       4      yes       yes       no
## 94   6300000  7200        3         2       1      yes        no      yes
## 95   6300000  6000        4         2       4      yes        no       no
## 96   6300000  4100        3         2       3      yes        no       no
## 97   6300000  9000        3         1       1      yes        no      yes
## 98   6300000  6400        3         1       1      yes       yes      yes
## 99   6293000  6600        3         2       3      yes        no       no
## 100  6265000  6000        4         1       3      yes       yes      yes
## 101  6230000  6600        3         2       1      yes        no      yes
## 102  6230000  5500        3         1       3      yes        no       no
## 103  6195000  5500        3         2       4      yes       yes       no
## 104  6195000  6350        3         2       3      yes       yes       no
## 105  6195000  5500        3         2       1      yes       yes      yes
## 106  6160000  4500        3         1       4      yes        no       no
## 107  6160000  5450        4         2       1      yes        no      yes
## 108  6125000  6420        3         1       3      yes        no      yes
## 109  6107500  3240        4         1       3      yes        no       no
## 110  6090000  6615        4         2       2      yes       yes       no
## 111  6090000  6600        3         1       1      yes       yes      yes
## 112  6090000  8372        3         1       3      yes        no       no
## 113  6083000  4300        6         2       2      yes        no       no
## 114  6083000  9620        3         1       1      yes        no      yes
## 115  6020000  6800        2         1       1      yes       yes      yes
## 116  6020000  8000        3         1       1      yes       yes      yes
## 117  6020000  6900        3         2       1      yes       yes      yes
## 118  5950000  3700        4         1       2      yes       yes       no
## 119  5950000  6420        3         1       1      yes        no      yes
## 120  5950000  7020        3         1       1      yes        no      yes
## 121  5950000  6540        3         1       1      yes       yes      yes
## 122  5950000  7231        3         1       2      yes       yes      yes
## 123  5950000  6254        4         2       1      yes        no      yes
## 124  5950000  7320        4         2       2      yes        no       no
## 125  5950000  6525        3         2       4      yes        no       no
## 126  5943000 15600        3         1       1      yes        no       no
## 127  5880000  7160        3         1       1      yes        no      yes
## 128  5880000  6500        3         2       3      yes        no       no
## 129  5873000  5500        3         1       3      yes       yes       no
## 130  5873000 11460        3         1       3      yes        no       no
## 131  5866000  4800        3         1       1      yes       yes      yes
## 132  5810000  5828        4         1       4      yes       yes       no
## 133  5810000  5200        3         1       3      yes        no       no
## 134  5810000  4800        3         1       3      yes        no       no
## 135  5803000  7000        3         1       1      yes        no      yes
## 136  5775000  6000        3         2       4      yes        no       no
## 137  5740000  5400        4         2       2      yes        no       no
## 138  5740000  4640        4         1       2      yes        no       no
## 139  5740000  5000        3         1       3      yes        no       no
## 140  5740000  6360        3         1       1      yes       yes      yes
## 141  5740000  5800        3         2       4      yes        no       no
## 142  5652500  6660        4         2       2      yes       yes      yes
## 143  5600000 10500        4         2       2      yes        no       no
## 144  5600000  4800        5         2       3       no        no      yes
## 145  5600000  4700        4         1       2      yes       yes      yes
## 146  5600000  5000        3         1       4      yes        no       no
## 147  5600000 10500        2         1       1      yes        no       no
## 148  5600000  5500        3         2       2      yes        no       no
## 149  5600000  6360        3         1       3      yes        no       no
## 150  5600000  6600        4         2       1      yes        no      yes
## 151  5600000  5136        3         1       2      yes       yes      yes
## 152  5565000  4400        4         1       2      yes        no       no
## 153  5565000  5400        5         1       2      yes       yes      yes
## 154  5530000  3300        3         3       2      yes        no      yes
## 155  5530000  3650        3         2       2      yes        no       no
## 156  5530000  6100        3         2       1      yes        no      yes
## 157  5523000  6900        3         1       1      yes       yes      yes
## 158  5495000  2817        4         2       2       no       yes      yes
## 159  5495000  7980        3         1       1      yes        no       no
## 160  5460000  3150        3         2       1      yes       yes      yes
## 161  5460000  6210        4         1       4      yes       yes       no
## 162  5460000  6100        3         1       3      yes       yes       no
## 163  5460000  6600        4         2       2      yes       yes      yes
## 164  5425000  6825        3         1       1      yes       yes      yes
## 165  5390000  6710        3         2       2      yes       yes      yes
## 166  5383000  6450        3         2       1      yes       yes      yes
## 167  5320000  7800        3         1       1      yes        no      yes
## 168  5285000  4600        2         2       1      yes        no       no
## 169  5250000  4260        4         1       2      yes        no      yes
## 170  5250000  6540        4         2       2       no        no       no
## 171  5250000  5500        3         2       1      yes        no      yes
## 172  5250000 10269        3         1       1      yes        no       no
## 173  5250000  8400        3         1       2      yes       yes      yes
## 174  5250000  5300        4         2       1      yes        no       no
## 175  5250000  3800        3         1       2      yes       yes      yes
## 176  5250000  9800        4         2       2      yes       yes       no
## 177  5250000  8520        3         1       1      yes        no       no
## 178  5243000  6050        3         1       1      yes        no      yes
## 179  5229000  7085        3         1       1      yes       yes      yes
## 180  5215000  3180        3         2       2      yes        no       no
## 181  5215000  4500        4         2       1       no        no      yes
## 182  5215000  7200        3         1       2      yes       yes      yes
## 183  5145000  3410        3         1       2       no        no       no
## 184  5145000  7980        3         1       1      yes        no       no
## 185  5110000  3000        3         2       2      yes       yes      yes
## 186  5110000  3000        3         1       2      yes        no      yes
## 187  5110000 11410        2         1       2      yes        no       no
## 188  5110000  6100        3         1       1      yes        no      yes
## 189  5075000  5720        2         1       2      yes        no       no
## 190  5040000  3540        2         1       1       no       yes      yes
## 191  5040000  7600        4         1       2      yes        no       no
## 192  5040000 10700        3         1       2      yes       yes      yes
## 193  5040000  6600        3         1       1      yes       yes      yes
## 194  5033000  4800        2         1       1      yes       yes      yes
## 195  5005000  8150        3         2       1      yes       yes      yes
## 196  4970000  4410        4         3       2      yes        no      yes
## 197  4970000  7686        3         1       1      yes       yes      yes
## 198  4956000  2800        3         2       2       no        no      yes
## 199  4935000  5948        3         1       2      yes        no       no
## 200  4907000  4200        3         1       2      yes        no       no
## 201  4900000  4520        3         1       2      yes        no      yes
## 202  4900000  4095        3         1       2       no       yes      yes
## 203  4900000  4120        2         1       1      yes        no      yes
## 204  4900000  5400        4         1       2      yes        no       no
## 205  4900000  4770        3         1       1      yes       yes      yes
## 206  4900000  6300        3         1       1      yes        no       no
## 207  4900000  5800        2         1       1      yes       yes      yes
## 208  4900000  3000        3         1       2      yes        no      yes
## 209  4900000  2970        3         1       3      yes        no       no
## 210  4900000  6720        3         1       1      yes        no       no
## 211  4900000  4646        3         1       2      yes       yes      yes
## 212  4900000 12900        3         1       1      yes        no       no
## 213  4893000  3420        4         2       2      yes        no      yes
## 214  4893000  4995        4         2       1      yes        no      yes
## 215  4865000  4350        2         1       1      yes        no      yes
## 216  4830000  4160        3         1       3      yes        no       no
## 217  4830000  6040        3         1       1      yes        no       no
## 218  4830000  6862        3         1       2      yes        no       no
## 219  4830000  4815        2         1       1      yes        no       no
## 220  4795000  7000        3         1       2      yes        no      yes
## 221  4795000  8100        4         1       4      yes        no      yes
## 222  4767000  3420        4         2       2      yes        no       no
## 223  4760000  9166        2         1       1      yes        no      yes
## 224  4760000  6321        3         1       2      yes        no      yes
## 225  4760000 10240        2         1       1      yes        no       no
## 226  4753000  6440        2         1       1      yes        no       no
## 227  4690000  5170        3         1       4      yes        no       no
## 228  4690000  6000        2         1       1      yes        no      yes
## 229  4690000  3630        3         1       2      yes        no       no
## 230  4690000  9667        4         2       2      yes       yes      yes
## 231  4690000  5400        2         1       2      yes        no       no
## 232  4690000  4320        3         1       1      yes        no       no
## 233  4655000  3745        3         1       2      yes        no      yes
## 234  4620000  4160        3         1       1      yes       yes      yes
## 235  4620000  3880        3         2       2      yes        no      yes
## 236  4620000  5680        3         1       2      yes       yes       no
## 237  4620000  2870        2         1       2      yes       yes      yes
## 238  4620000  5010        3         1       2      yes        no      yes
## 239  4613000  4510        4         2       2      yes        no      yes
## 240  4585000  4000        3         1       2      yes        no       no
## 241  4585000  3840        3         1       2      yes        no       no
## 242  4550000  3760        3         1       1      yes        no       no
## 243  4550000  3640        3         1       2      yes        no       no
## 244  4550000  2550        3         1       2      yes        no      yes
## 245  4550000  5320        3         1       2      yes       yes      yes
## 246  4550000  5360        3         1       2      yes        no       no
## 247  4550000  3520        3         1       1      yes        no       no
## 248  4550000  8400        4         1       4      yes        no       no
## 249  4543000  4100        2         2       1      yes       yes      yes
## 250  4543000  4990        4         2       2      yes       yes      yes
## 251  4515000  3510        3         1       3      yes        no       no
## 252  4515000  3450        3         1       2      yes        no      yes
## 253  4515000  9860        3         1       1      yes        no       no
## 254  4515000  3520        2         1       2      yes        no       no
## 255  4480000  4510        4         1       2      yes        no       no
## 256  4480000  5885        2         1       1      yes        no       no
## 257  4480000  4000        3         1       2      yes        no       no
## 258  4480000  8250        3         1       1      yes        no       no
## 259  4480000  4040        3         1       2      yes        no       no
## 260  4473000  6360        2         1       1      yes        no      yes
## 261  4473000  3162        3         1       2      yes        no       no
## 262  4473000  3510        3         1       2      yes        no       no
## 263  4445000  3750        2         1       1      yes       yes      yes
## 264  4410000  3968        3         1       2       no        no       no
## 265  4410000  4900        2         1       2      yes        no      yes
## 266  4403000  2880        3         1       2      yes        no       no
## 267  4403000  4880        3         1       1      yes        no       no
## 268  4403000  4920        3         1       2      yes        no       no
## 269  4382000  4950        4         1       2      yes        no       no
## 270  4375000  3900        3         1       2      yes        no       no
## 271  4340000  4500        3         2       3      yes        no       no
## 272  4340000  1905        5         1       2       no        no      yes
## 273  4340000  4075        3         1       1      yes       yes      yes
## 274  4340000  3500        4         1       2      yes        no       no
## 275  4340000  6450        4         1       2      yes        no       no
## 276  4319000  4032        2         1       1      yes        no      yes
## 277  4305000  4400        2         1       1      yes        no       no
## 278  4305000 10360        2         1       1      yes        no       no
## 279  4277000  3400        3         1       2      yes        no      yes
## 280  4270000  6360        2         1       1      yes        no       no
## 281  4270000  6360        2         1       2      yes        no       no
## 282  4270000  4500        2         1       1      yes        no       no
## 283  4270000  2175        3         1       2       no       yes      yes
## 284  4270000  4360        4         1       2      yes        no       no
## 285  4270000  7770        2         1       1      yes        no       no
## 286  4235000  6650        3         1       2      yes       yes       no
## 287  4235000  2787        3         1       1      yes        no      yes
## 288  4200000  5500        3         1       2      yes        no       no
## 289  4200000  5040        3         1       2      yes        no      yes
## 290  4200000  5850        2         1       1      yes       yes      yes
## 291  4200000  2610        4         3       2       no        no       no
## 292  4200000  2953        3         1       2      yes        no      yes
## 293  4200000  2747        4         2       2       no        no       no
## 294  4200000  4410        2         1       1       no        no       no
## 295  4200000  4000        4         2       2       no        no       no
## 296  4200000  2325        3         1       2       no        no       no
## 297  4200000  4600        3         2       2      yes        no       no
## 298  4200000  3640        3         2       2      yes        no      yes
## 299  4200000  5800        3         1       1      yes        no       no
## 300  4200000  7000        3         1       1      yes        no       no
## 301  4200000  4079        3         1       3      yes        no       no
## 302  4200000  3520        3         1       2      yes        no       no
## 303  4200000  2145        3         1       3      yes        no       no
## 304  4200000  4500        3         1       1      yes        no      yes
## 305  4193000  8250        3         1       1      yes        no      yes
## 306  4193000  3450        3         1       2      yes        no       no
## 307  4165000  4840        3         1       2      yes        no       no
## 308  4165000  4080        3         1       2      yes        no       no
## 309  4165000  4046        3         1       2      yes        no      yes
## 310  4130000  4632        4         1       2      yes        no       no
## 311  4130000  5985        3         1       1      yes        no      yes
## 312  4123000  6060        2         1       1      yes        no      yes
## 313  4098500  3600        3         1       1      yes        no      yes
## 314  4095000  3680        3         2       2      yes        no       no
## 315  4095000  4040        2         1       2      yes        no       no
## 316  4095000  5600        2         1       1      yes        no       no
## 317  4060000  5900        4         2       2       no        no      yes
## 318  4060000  4992        3         2       2      yes        no       no
## 319  4060000  4340        3         1       1      yes        no       no
## 320  4060000  3000        4         1       3      yes        no      yes
## 321  4060000  4320        3         1       2      yes        no       no
## 322  4025000  3630        3         2       2      yes        no       no
## 323  4025000  3460        3         2       1      yes        no      yes
## 324  4025000  5400        3         1       1      yes        no       no
## 325  4007500  4500        3         1       2       no        no      yes
## 326  4007500  3460        4         1       2      yes        no       no
## 327  3990000  4100        4         1       1       no        no      yes
## 328  3990000  6480        3         1       2       no        no       no
## 329  3990000  4500        3         2       2       no        no      yes
## 330  3990000  3960        3         1       2      yes        no       no
## 331  3990000  4050        2         1       2      yes       yes      yes
## 332  3920000  7260        3         2       1      yes       yes      yes
## 333  3920000  5500        4         1       2      yes       yes      yes
## 334  3920000  3000        3         1       2      yes        no       no
## 335  3920000  3290        2         1       1      yes        no       no
## 336  3920000  3816        2         1       1      yes        no      yes
## 337  3920000  8080        3         1       1      yes        no       no
## 338  3920000  2145        4         2       1      yes        no      yes
## 339  3885000  3780        2         1       2      yes       yes      yes
## 340  3885000  3180        4         2       2      yes        no       no
## 341  3850000  5300        5         2       2      yes        no       no
## 342  3850000  3180        2         2       1      yes        no      yes
## 343  3850000  7152        3         1       2      yes        no       no
## 344  3850000  4080        2         1       1      yes        no       no
## 345  3850000  3850        2         1       1      yes        no       no
## 346  3850000  2015        3         1       2      yes        no      yes
## 347  3850000  2176        2         1       2      yes       yes       no
## 348  3836000  3350        3         1       2      yes        no       no
## 349  3815000  3150        2         2       1       no        no      yes
## 350  3780000  4820        3         1       2      yes        no       no
## 351  3780000  3420        2         1       2      yes        no       no
## 352  3780000  3600        2         1       1      yes        no       no
## 353  3780000  5830        2         1       1      yes        no       no
## 354  3780000  2856        3         1       3      yes        no       no
## 355  3780000  8400        2         1       1      yes        no       no
## 356  3773000  8250        3         1       1      yes        no       no
## 357  3773000  2520        5         2       1       no        no      yes
## 358  3773000  6930        4         1       2       no        no       no
## 359  3745000  3480        2         1       1      yes        no       no
## 360  3710000  3600        3         1       1      yes        no       no
## 361  3710000  4040        2         1       1      yes        no       no
## 362  3710000  6020        3         1       1      yes        no       no
## 363  3710000  4050        2         1       1      yes        no       no
## 364  3710000  3584        2         1       1      yes        no       no
## 365  3703000  3120        3         1       2       no        no      yes
## 366  3703000  5450        2         1       1      yes        no       no
## 367  3675000  3630        2         1       1      yes        no      yes
## 368  3675000  3630        2         1       1      yes        no       no
## 369  3675000  5640        2         1       1       no        no       no
## 370  3675000  3600        2         1       1      yes        no       no
## 371  3640000  4280        2         1       1      yes        no       no
## 372  3640000  3570        3         1       2      yes        no      yes
## 373  3640000  3180        3         1       2       no        no      yes
## 374  3640000  3000        2         1       2      yes        no       no
## 375  3640000  3520        2         2       1      yes        no      yes
## 376  3640000  5960        3         1       2      yes       yes      yes
## 377  3640000  4130        3         2       2      yes        no       no
## 378  3640000  2850        3         2       2       no        no      yes
## 379  3640000  2275        3         1       3      yes        no       no
## 380  3633000  3520        3         1       1      yes        no       no
## 381  3605000  4500        2         1       1      yes        no       no
## 382  3605000  4000        2         1       1      yes        no       no
## 383  3570000  3150        3         1       2      yes        no      yes
## 384  3570000  4500        4         2       2      yes        no      yes
## 385  3570000  4500        2         1       1       no        no       no
## 386  3570000  3640        2         1       1      yes        no       no
## 387  3535000  3850        3         1       1      yes        no       no
## 388  3500000  4240        3         1       2      yes        no       no
## 389  3500000  3650        3         1       2      yes        no       no
## 390  3500000  4600        4         1       2      yes        no       no
## 391  3500000  2135        3         2       2       no        no       no
## 392  3500000  3036        3         1       2      yes        no      yes
## 393  3500000  3990        3         1       2      yes        no       no
## 394  3500000  7424        3         1       1       no        no       no
## 395  3500000  3480        3         1       1       no        no       no
## 396  3500000  3600        6         1       2      yes        no       no
## 397  3500000  3640        2         1       1      yes        no       no
## 398  3500000  5900        2         1       1      yes        no       no
## 399  3500000  3120        3         1       2      yes        no       no
## 400  3500000  7350        2         1       1      yes        no       no
## 401  3500000  3512        2         1       1      yes        no       no
## 402  3500000  9500        3         1       2      yes        no       no
## 403  3500000  5880        2         1       1      yes        no       no
## 404  3500000 12944        3         1       1      yes        no       no
## 405  3493000  4900        3         1       2       no        no       no
## 406  3465000  3060        3         1       1      yes        no       no
## 407  3465000  5320        2         1       1      yes        no       no
## 408  3465000  2145        3         1       3      yes        no       no
## 409  3430000  4000        2         1       1      yes        no       no
## 410  3430000  3185        2         1       1      yes        no       no
## 411  3430000  3850        3         1       1      yes        no       no
## 412  3430000  2145        3         1       3      yes        no       no
## 413  3430000  2610        3         1       2      yes        no      yes
## 414  3430000  1950        3         2       2      yes        no      yes
## 415  3423000  4040        2         1       1      yes        no       no
## 416  3395000  4785        3         1       2      yes       yes      yes
## 417  3395000  3450        3         1       1      yes        no      yes
## 418  3395000  3640        2         1       1      yes        no       no
## 419  3360000  3500        4         1       2      yes        no       no
## 420  3360000  4960        4         1       3       no        no       no
## 421  3360000  4120        2         1       2      yes        no       no
## 422  3360000  4750        2         1       1      yes        no       no
## 423  3360000  3720        2         1       1       no        no       no
## 424  3360000  3750        3         1       1      yes        no       no
## 425  3360000  3100        3         1       2       no        no      yes
## 426  3360000  3185        2         1       1      yes        no      yes
## 427  3353000  2700        3         1       1       no        no       no
## 428  3332000  2145        3         1       2      yes        no      yes
## 429  3325000  4040        2         1       1      yes        no       no
## 430  3325000  4775        4         1       2      yes        no       no
## 431  3290000  2500        2         1       1       no        no       no
## 432  3290000  3180        4         1       2      yes        no      yes
## 433  3290000  6060        3         1       1      yes       yes      yes
## 434  3290000  3480        4         1       2       no        no       no
## 435  3290000  3792        4         1       2      yes        no       no
## 436  3290000  4040        2         1       1      yes        no       no
## 437  3290000  2145        3         1       2      yes        no      yes
## 438  3290000  5880        3         1       1      yes        no       no
## 439  3255000  4500        2         1       1       no        no       no
## 440  3255000  3930        2         1       1       no        no       no
## 441  3234000  3640        4         1       2      yes        no      yes
## 442  3220000  4370        3         1       2      yes        no       no
## 443  3220000  2684        2         1       1      yes        no       no
## 444  3220000  4320        3         1       1       no        no       no
## 445  3220000  3120        3         1       2       no        no       no
## 446  3150000  3450        1         1       1      yes        no       no
## 447  3150000  3986        2         2       1       no       yes      yes
## 448  3150000  3500        2         1       1       no        no      yes
## 449  3150000  4095        2         1       1      yes        no       no
## 450  3150000  1650        3         1       2       no        no      yes
## 451  3150000  3450        3         1       2      yes        no      yes
## 452  3150000  6750        2         1       1      yes        no       no
## 453  3150000  9000        3         1       2      yes        no       no
## 454  3150000  3069        2         1       1      yes        no       no
## 455  3143000  4500        3         1       2      yes        no       no
## 456  3129000  5495        3         1       1      yes        no      yes
## 457  3118850  2398        3         1       1      yes        no       no
## 458  3115000  3000        3         1       1       no        no       no
## 459  3115000  3850        3         1       2      yes        no       no
## 460  3115000  3500        2         1       1      yes        no       no
## 461  3087000  8100        2         1       1      yes        no       no
## 462  3080000  4960        2         1       1      yes        no      yes
## 463  3080000  2160        3         1       2       no        no      yes
## 464  3080000  3090        2         1       1      yes       yes      yes
## 465  3080000  4500        2         1       2      yes        no       no
## 466  3045000  3800        2         1       1      yes        no       no
## 467  3010000  3090        3         1       2       no        no       no
## 468  3010000  3240        3         1       2      yes        no       no
## 469  3010000  2835        2         1       1      yes        no       no
## 470  3010000  4600        2         1       1      yes        no       no
## 471  3010000  5076        3         1       1       no        no       no
## 472  3010000  3750        3         1       2      yes        no       no
## 473  3010000  3630        4         1       2      yes        no       no
## 474  3003000  8050        2         1       1      yes        no       no
## 475  2975000  4352        4         1       2       no        no       no
## 476  2961000  3000        2         1       2      yes        no       no
## 477  2940000  5850        3         1       2      yes        no      yes
## 478  2940000  4960        2         1       1      yes        no       no
## 479  2940000  3600        3         1       2       no        no       no
## 480  2940000  3660        4         1       2       no        no       no
## 481  2940000  3480        3         1       2       no        no       no
## 482  2940000  2700        2         1       1       no        no       no
## 483  2940000  3150        3         1       2       no        no       no
## 484  2940000  6615        3         1       2      yes        no       no
## 485  2870000  3040        2         1       1       no        no       no
## 486  2870000  3630        2         1       1      yes        no       no
## 487  2870000  6000        2         1       1      yes        no       no
## 488  2870000  5400        4         1       2      yes        no       no
## 489  2852500  5200        4         1       3      yes        no       no
## 490  2835000  3300        3         1       2       no        no       no
## 491  2835000  4350        3         1       2       no        no       no
## 492  2835000  2640        2         1       1       no        no       no
## 493  2800000  2650        3         1       2      yes        no      yes
## 494  2800000  3960        3         1       1      yes        no       no
## 495  2730000  6800        2         1       1      yes        no       no
## 496  2730000  4000        3         1       2      yes        no       no
## 497  2695000  4000        2         1       1      yes        no       no
## 498  2660000  3934        2         1       1      yes        no       no
## 499  2660000  2000        2         1       2      yes        no       no
## 500  2660000  3630        3         3       2       no       yes       no
## 501  2660000  2800        3         1       1      yes        no       no
## 502  2660000  2430        3         1       1       no        no       no
## 503  2660000  3480        2         1       1      yes        no       no
## 504  2660000  4000        3         1       1      yes        no       no
## 505  2653000  3185        2         1       1      yes        no       no
## 506  2653000  4000        3         1       2      yes        no       no
## 507  2604000  2910        2         1       1       no        no       no
## 508  2590000  3600        2         1       1      yes        no       no
## 509  2590000  4400        2         1       1      yes        no       no
## 510  2590000  3600        2         2       2      yes        no      yes
## 511  2520000  2880        3         1       1       no        no       no
## 512  2520000  3180        3         1       1       no        no       no
## 513  2520000  3000        2         1       2      yes        no       no
## 514  2485000  4400        3         1       2      yes        no       no
## 515  2485000  3000        3         1       2       no        no       no
## 516  2450000  3210        3         1       2      yes        no      yes
## 517  2450000  3240        2         1       1       no       yes       no
## 518  2450000  3000        2         1       1      yes        no       no
## 519  2450000  3500        2         1       1      yes       yes       no
## 520  2450000  4840        2         1       2      yes        no       no
## 521  2450000  7700        2         1       1      yes        no       no
## 522  2408000  3635        2         1       1       no        no       no
## 523  2380000  2475        3         1       2      yes        no       no
## 524  2380000  2787        4         2       2      yes        no       no
## 525  2380000  3264        2         1       1      yes        no       no
## 526  2345000  3640        2         1       1      yes        no       no
## 527  2310000  3180        2         1       1      yes        no       no
## 528  2275000  1836        2         1       1       no        no      yes
## 529  2275000  3970        1         1       1       no        no       no
## 530  2275000  3970        3         1       2      yes        no      yes
## 531  2240000  1950        3         1       1       no        no       no
## 532  2233000  5300        3         1       1       no        no       no
## 533  2135000  3000        2         1       1       no        no       no
## 534  2100000  2400        3         1       2      yes        no       no
## 535  2100000  3000        4         1       2      yes        no       no
## 536  2100000  3360        2         1       1      yes        no       no
## 537  1960000  3420        5         1       2       no        no       no
## 538  1890000  1700        3         1       2      yes        no       no
## 539  1890000  3649        2         1       1      yes        no       no
## 540  1855000  2990        2         1       1       no        no       no
## 541  1820000  3000        2         1       1      yes        no      yes
## 542  1767150  2400        3         1       1       no        no       no
## 543  1750000  3620        2         1       1      yes        no       no
## 544  1750000  2910        3         1       1       no        no       no
## 545  1750000  3850        3         1       2      yes        no       no
##     hotwaterheating airconditioning parking prefarea furnishingstatus
## 1                no             yes       2      yes        furnished
## 2                no             yes       3       no        furnished
## 3                no              no       2      yes   semi-furnished
## 4                no             yes       3      yes        furnished
## 5                no             yes       2       no        furnished
## 6                no             yes       2      yes   semi-furnished
## 7                no             yes       2      yes   semi-furnished
## 8                no              no       0       no      unfurnished
## 9                no             yes       2      yes        furnished
## 10               no             yes       1      yes      unfurnished
## 11               no             yes       2      yes        furnished
## 12              yes              no       2       no   semi-furnished
## 13               no             yes       1      yes   semi-furnished
## 14              yes              no       2       no        furnished
## 15               no              no       0      yes   semi-furnished
## 16               no              no       2       no   semi-furnished
## 17               no             yes       1      yes      unfurnished
## 18               no             yes       2       no        furnished
## 19               no             yes       2       no        furnished
## 20               no             yes       1      yes   semi-furnished
## 21              yes              no       2       no   semi-furnished
## 22               no             yes       2       no      unfurnished
## 23               no             yes       1       no        furnished
## 24               no             yes       1       no        furnished
## 25               no             yes       2       no        furnished
## 26               no             yes       2      yes        furnished
## 27               no             yes       0      yes   semi-furnished
## 28               no              no       1       no   semi-furnished
## 29              yes              no       2       no      unfurnished
## 30               no             yes       1      yes   semi-furnished
## 31               no             yes       2       no      unfurnished
## 32               no             yes       2       no   semi-furnished
## 33               no             yes       1      yes        furnished
## 34               no              no       1       no      unfurnished
## 35               no             yes       1       no        furnished
## 36               no             yes       2       no        furnished
## 37              yes              no       1      yes        furnished
## 38               no             yes       2       no        furnished
## 39               no             yes       2       no      unfurnished
## 40               no             yes       1       no   semi-furnished
## 41               no             yes       0      yes        furnished
## 42               no             yes       0      yes        furnished
## 43               no             yes       2       no      unfurnished
## 44               no              no       2       no   semi-furnished
## 45               no             yes       1       no        furnished
## 46               no             yes       0       no   semi-furnished
## 47               no             yes       1       no        furnished
## 48               no             yes       3      yes        furnished
## 49               no              no       1       no      unfurnished
## 50               no             yes       0      yes   semi-furnished
## 51               no              no       1      yes      unfurnished
## 52               no             yes       1       no      unfurnished
## 53               no             yes       1       no        furnished
## 54               no             yes       2       no   semi-furnished
## 55               no             yes       1       no   semi-furnished
## 56               no             yes       1       no      unfurnished
## 57               no              no       1      yes   semi-furnished
## 58               no             yes       1      yes        furnished
## 59               no             yes       1       no   semi-furnished
## 60               no             yes       1       no        furnished
## 61               no              no       1       no   semi-furnished
## 62               no             yes       1       no   semi-furnished
## 63               no             yes       1       no        furnished
## 64               no             yes       2      yes        furnished
## 65               no             yes       1      yes        furnished
## 66               no             yes       1       no        furnished
## 67              yes              no       1       no        furnished
## 68               no              no       2       no      unfurnished
## 69               no             yes       1       no        furnished
## 70               no              no       2      yes        furnished
## 71               no             yes       0      yes   semi-furnished
## 72               no             yes       0       no      unfurnished
## 73               no             yes       0      yes      unfurnished
## 74               no              no       0      yes        furnished
## 75              yes              no       1       no        furnished
## 76              yes              no       0       no   semi-furnished
## 77               no             yes       0      yes        furnished
## 78               no             yes       0      yes        furnished
## 79               no             yes       2      yes        furnished
## 80               no             yes       0       no        furnished
## 81              yes              no       1      yes   semi-furnished
## 82               no             yes       1       no   semi-furnished
## 83               no             yes       1      yes        furnished
## 84               no             yes       0       no   semi-furnished
## 85              yes              no       2       no   semi-furnished
## 86               no             yes       0       no        furnished
## 87               no              no       0      yes      unfurnished
## 88               no              no       2       no   semi-furnished
## 89               no             yes       2      yes      unfurnished
## 90               no              no       2       no        furnished
## 91               no             yes       0       no   semi-furnished
## 92               no              no       2      yes        furnished
## 93               no             yes       0       no        furnished
## 94               no             yes       3       no   semi-furnished
## 95               no              no       1       no   semi-furnished
## 96               no             yes       2       no   semi-furnished
## 97               no              no       1      yes        furnished
## 98               no             yes       1      yes   semi-furnished
## 99               no             yes       0      yes      unfurnished
## 100              no              no       0      yes      unfurnished
## 101              no             yes       0      yes      unfurnished
## 102              no              no       1      yes      unfurnished
## 103              no             yes       1       no   semi-furnished
## 104              no             yes       0       no        furnished
## 105              no              no       2      yes        furnished
## 106              no             yes       0       no      unfurnished
## 107              no             yes       0      yes   semi-furnished
## 108              no              no       0      yes      unfurnished
## 109              no              no       1       no   semi-furnished
## 110             yes              no       1       no   semi-furnished
## 111              no              no       2      yes   semi-furnished
## 112              no             yes       2       no      unfurnished
## 113              no              no       0       no        furnished
## 114              no              no       2      yes        furnished
## 115              no              no       2       no        furnished
## 116              no             yes       2      yes   semi-furnished
## 117              no              no       0      yes      unfurnished
## 118              no             yes       0       no        furnished
## 119              no             yes       0      yes        furnished
## 120              no             yes       2      yes   semi-furnished
## 121              no              no       2      yes        furnished
## 122              no             yes       0      yes   semi-furnished
## 123              no              no       1      yes   semi-furnished
## 124              no              no       0       no        furnished
## 125              no              no       1       no        furnished
## 126              no             yes       2       no   semi-furnished
## 127              no              no       2      yes      unfurnished
## 128              no             yes       0       no      unfurnished
## 129              no             yes       1       no        furnished
## 130              no              no       2      yes   semi-furnished
## 131              no              no       0       no      unfurnished
## 132              no              no       0       no   semi-furnished
## 133              no             yes       0       no   semi-furnished
## 134              no             yes       0       no      unfurnished
## 135              no              no       2      yes   semi-furnished
## 136              no             yes       0       no      unfurnished
## 137              no             yes       2       no      unfurnished
## 138              no              no       1       no   semi-furnished
## 139              no             yes       0       no   semi-furnished
## 140              no             yes       2      yes        furnished
## 141              no             yes       0       no      unfurnished
## 142              no              no       1      yes   semi-furnished
## 143              no              no       1       no   semi-furnished
## 144             yes              no       0       no      unfurnished
## 145              no             yes       1       no        furnished
## 146              no              no       0       no        furnished
## 147              no              no       1       no   semi-furnished
## 148              no              no       1       no   semi-furnished
## 149              no              no       0      yes   semi-furnished
## 150              no              no       0      yes   semi-furnished
## 151              no             yes       0      yes      unfurnished
## 152              no             yes       2      yes   semi-furnished
## 153              no             yes       0      yes        furnished
## 154              no              no       0       no   semi-furnished
## 155              no              no       2       no   semi-furnished
## 156              no              no       2      yes        furnished
## 157              no              no       0      yes   semi-furnished
## 158              no              no       1       no        furnished
## 159              no              no       2       no   semi-furnished
## 160              no             yes       0       no        furnished
## 161              no             yes       0       no        furnished
## 162              no             yes       0      yes   semi-furnished
## 163              no              no       0      yes   semi-furnished
## 164              no             yes       0      yes   semi-furnished
## 165              no              no       1      yes        furnished
## 166             yes              no       0       no      unfurnished
## 167              no             yes       2      yes      unfurnished
## 168              no             yes       2       no   semi-furnished
## 169              no             yes       0       no        furnished
## 170              no             yes       0       no   semi-furnished
## 171              no              no       0       no   semi-furnished
## 172              no              no       1      yes   semi-furnished
## 173              no             yes       2      yes      unfurnished
## 174              no             yes       0      yes      unfurnished
## 175              no              no       1      yes      unfurnished
## 176              no              no       2       no   semi-furnished
## 177              no             yes       2       no        furnished
## 178              no              no       0      yes   semi-furnished
## 179              no              no       2      yes   semi-furnished
## 180              no              no       2       no   semi-furnished
## 181              no             yes       2       no   semi-furnished
## 182              no              no       1      yes        furnished
## 183              no             yes       0       no   semi-furnished
## 184              no              no       1      yes   semi-furnished
## 185              no              no       0       no        furnished
## 186              no              no       0       no      unfurnished
## 187              no              no       0      yes        furnished
## 188              no             yes       0      yes   semi-furnished
## 189              no             yes       0      yes      unfurnished
## 190              no              no       0       no   semi-furnished
## 191              no             yes       2       no        furnished
## 192              no              no       0       no   semi-furnished
## 193              no              no       0      yes        furnished
## 194              no              no       0       no   semi-furnished
## 195              no              no       0       no   semi-furnished
## 196              no              no       2       no   semi-furnished
## 197             yes              no       0       no   semi-furnished
## 198              no             yes       1       no   semi-furnished
## 199              no             yes       0       no   semi-furnished
## 200              no              no       1       no        furnished
## 201              no             yes       0       no   semi-furnished
## 202              no             yes       0       no   semi-furnished
## 203              no              no       1       no   semi-furnished
## 204              no              no       0       no   semi-furnished
## 205              no              no       0       no   semi-furnished
## 206              no             yes       2       no   semi-furnished
## 207              no             yes       0       no   semi-furnished
## 208              no             yes       0       no   semi-furnished
## 209              no              no       0       no   semi-furnished
## 210              no              no       0       no      unfurnished
## 211              no              no       2       no   semi-furnished
## 212              no              no       2       no        furnished
## 213              no             yes       2       no   semi-furnished
## 214              no              no       0       no   semi-furnished
## 215              no              no       0       no      unfurnished
## 216              no              no       0       no      unfurnished
## 217              no              no       2      yes   semi-furnished
## 218              no             yes       2      yes        furnished
## 219              no             yes       0      yes   semi-furnished
## 220              no              no       0       no      unfurnished
## 221              no             yes       2       no   semi-furnished
## 222              no              no       0       no   semi-furnished
## 223              no             yes       2       no   semi-furnished
## 224              no             yes       1       no        furnished
## 225              no             yes       2      yes      unfurnished
## 226              no             yes       3       no   semi-furnished
## 227              no             yes       0       no   semi-furnished
## 228              no             yes       1       no        furnished
## 229              no              no       2       no   semi-furnished
## 230              no              no       1       no   semi-furnished
## 231              no              no       0      yes   semi-furnished
## 232              no              no       0      yes   semi-furnished
## 233              no              no       0       no        furnished
## 234              no             yes       0       no      unfurnished
## 235              no              no       2       no   semi-furnished
## 236              no             yes       1       no   semi-furnished
## 237              no              no       0      yes   semi-furnished
## 238              no              no       0       no   semi-furnished
## 239              no              no       0       no   semi-furnished
## 240              no              no       1       no        furnished
## 241              no              no       1      yes   semi-furnished
## 242              no              no       2       no   semi-furnished
## 243              no             yes       0       no        furnished
## 244              no              no       0       no        furnished
## 245              no              no       0      yes   semi-furnished
## 246              no              no       2      yes      unfurnished
## 247              no              no       0      yes   semi-furnished
## 248              no              no       3       no      unfurnished
## 249              no              no       0       no   semi-furnished
## 250              no              no       0      yes        furnished
## 251              no              no       0       no   semi-furnished
## 252              no              no       1       no   semi-furnished
## 253              no              no       0       no   semi-furnished
## 254              no              no       0      yes        furnished
## 255              no             yes       2       no   semi-furnished
## 256              no             yes       1       no      unfurnished
## 257              no              no       2       no        furnished
## 258              no              no       0       no        furnished
## 259              no              no       1       no   semi-furnished
## 260              no             yes       1       no        furnished
## 261              no             yes       1       no        furnished
## 262              no              no       0       no   semi-furnished
## 263              no              no       0       no   semi-furnished
## 264              no              no       0       no   semi-furnished
## 265              no              no       0       no   semi-furnished
## 266              no              no       0      yes   semi-furnished
## 267              no              no       2      yes      unfurnished
## 268              no              no       1       no   semi-furnished
## 269              no             yes       0       no   semi-furnished
## 270              no              no       0       no      unfurnished
## 271             yes              no       1       no        furnished
## 272              no              no       0       no   semi-furnished
## 273              no              no       2       no   semi-furnished
## 274              no              no       2       no        furnished
## 275              no              no       0       no   semi-furnished
## 276              no              no       0       no        furnished
## 277              no              no       1       no   semi-furnished
## 278              no              no       1      yes   semi-furnished
## 279              no              no       2      yes   semi-furnished
## 280              no              no       0       no        furnished
## 281              no              no       0       no      unfurnished
## 282              no             yes       2       no        furnished
## 283              no             yes       0       no      unfurnished
## 284              no              no       0       no        furnished
## 285              no              no       1       no        furnished
## 286              no              no       0       no   semi-furnished
## 287              no              no       0      yes        furnished
## 288              no             yes       0       no      unfurnished
## 289              no             yes       0       no      unfurnished
## 290              no              no       2       no   semi-furnished
## 291              no              no       0       no   semi-furnished
## 292              no             yes       0       no      unfurnished
## 293              no              no       0       no   semi-furnished
## 294              no              no       1       no      unfurnished
## 295              no              no       0       no   semi-furnished
## 296              no              no       0       no   semi-furnished
## 297              no             yes       1       no   semi-furnished
## 298              no              no       0       no      unfurnished
## 299             yes              no       2       no   semi-furnished
## 300              no              no       3       no        furnished
## 301              no              no       0       no   semi-furnished
## 302              no              no       0      yes   semi-furnished
## 303              no              no       1      yes      unfurnished
## 304              no              no       0       no        furnished
## 305              no              no       3       no   semi-furnished
## 306              no              no       1       no   semi-furnished
## 307              no              no       1       no   semi-furnished
## 308              no              no       2       no   semi-furnished
## 309              no              no       1       no   semi-furnished
## 310              no             yes       0       no   semi-furnished
## 311              no              no       0       no   semi-furnished
## 312              no              no       1       no   semi-furnished
## 313              no             yes       0      yes        furnished
## 314              no              no       0       no   semi-furnished
## 315              no              no       1       no   semi-furnished
## 316              no             yes       0       no   semi-furnished
## 317              no              no       1       no      unfurnished
## 318              no              no       2       no      unfurnished
## 319              no              no       0       no   semi-furnished
## 320              no             yes       2       no   semi-furnished
## 321              no              no       2      yes        furnished
## 322             yes              no       2       no   semi-furnished
## 323              no             yes       1       no        furnished
## 324              no              no       3       no   semi-furnished
## 325              no             yes       0       no   semi-furnished
## 326              no             yes       0       no   semi-furnished
## 327              no              no       0       no      unfurnished
## 328              no             yes       1       no   semi-furnished
## 329              no             yes       0       no   semi-furnished
## 330              no              no       0       no        furnished
## 331              no              no       0      yes      unfurnished
## 332              no              no       3       no        furnished
## 333              no              no       0       no   semi-furnished
## 334              no              no       0       no   semi-furnished
## 335             yes              no       1       no        furnished
## 336              no             yes       2       no        furnished
## 337              no             yes       2       no   semi-furnished
## 338              no              no       0      yes      unfurnished
## 339              no              no       0       no   semi-furnished
## 340              no              no       0       no        furnished
## 341              no              no       0       no   semi-furnished
## 342              no              no       2       no   semi-furnished
## 343              no             yes       0       no        furnished
## 344              no              no       0       no   semi-furnished
## 345              no              no       0       no   semi-furnished
## 346              no              no       0      yes   semi-furnished
## 347              no              no       0      yes   semi-furnished
## 348              no              no       0       no      unfurnished
## 349              no              no       0       no   semi-furnished
## 350              no              no       0       no   semi-furnished
## 351             yes              no       1       no   semi-furnished
## 352              no              no       0       no   semi-furnished
## 353              no              no       2       no      unfurnished
## 354              no              no       0      yes        furnished
## 355              no              no       1       no        furnished
## 356              no              no       2       no        furnished
## 357              no             yes       1       no        furnished
## 358              no              no       1       no        furnished
## 359              no              no       0      yes   semi-furnished
## 360              no              no       1       no      unfurnished
## 361              no              no       0       no   semi-furnished
## 362              no              no       0       no   semi-furnished
## 363              no              no       0       no        furnished
## 364             yes              no       0       no   semi-furnished
## 365             yes              no       0       no   semi-furnished
## 366              no              no       0       no        furnished
## 367              no              no       0       no        furnished
## 368              no             yes       0       no      unfurnished
## 369              no              no       0       no   semi-furnished
## 370              no              no       0       no        furnished
## 371              no             yes       2       no   semi-furnished
## 372              no              no       0       no   semi-furnished
## 373              no              no       0       no   semi-furnished
## 374              no             yes       0       no        furnished
## 375              no              no       0       no   semi-furnished
## 376              no              no       0       no      unfurnished
## 377              no              no       2       no   semi-furnished
## 378              no              no       0      yes      unfurnished
## 379             yes             yes       0      yes   semi-furnished
## 380              no              no       2      yes      unfurnished
## 381              no              no       0       no   semi-furnished
## 382              no              no       0      yes   semi-furnished
## 383              no              no       0       no        furnished
## 384              no              no       2       no        furnished
## 385              no              no       0       no        furnished
## 386              no              no       0       no      unfurnished
## 387              no              no       2       no      unfurnished
## 388              no             yes       0       no   semi-furnished
## 389              no              no       0       no      unfurnished
## 390              no              no       0       no   semi-furnished
## 391              no              no       0       no      unfurnished
## 392              no              no       0       no   semi-furnished
## 393              no              no       0       no   semi-furnished
## 394              no              no       0       no      unfurnished
## 395              no             yes       0       no      unfurnished
## 396              no              no       1       no      unfurnished
## 397              no              no       1       no   semi-furnished
## 398              no              no       1       no        furnished
## 399              no              no       1       no      unfurnished
## 400              no              no       1       no   semi-furnished
## 401              no              no       1      yes      unfurnished
## 402              no              no       3      yes      unfurnished
## 403              no              no       0       no      unfurnished
## 404              no              no       0       no      unfurnished
## 405              no              no       0       no      unfurnished
## 406              no              no       0       no      unfurnished
## 407              no              no       1      yes      unfurnished
## 408              no              no       0      yes        furnished
## 409              no              no       0       no      unfurnished
## 410              no              no       2       no      unfurnished
## 411              no              no       0       no      unfurnished
## 412              no              no       0      yes        furnished
## 413              no              no       0      yes      unfurnished
## 414              no              no       0      yes      unfurnished
## 415              no              no       0       no      unfurnished
## 416              no             yes       1       no        furnished
## 417              no              no       2       no      unfurnished
## 418              no              no       0       no        furnished
## 419              no             yes       2       no      unfurnished
## 420              no              no       0       no   semi-furnished
## 421              no              no       0       no      unfurnished
## 422              no              no       0       no      unfurnished
## 423              no             yes       0       no      unfurnished
## 424              no              no       0       no      unfurnished
## 425              no              no       0       no   semi-furnished
## 426              no              no       2       no        furnished
## 427              no              no       0       no        furnished
## 428              no              no       0      yes        furnished
## 429              no              no       1       no      unfurnished
## 430              no              no       0       no      unfurnished
## 431              no             yes       0       no      unfurnished
## 432              no             yes       0       no      unfurnished
## 433              no              no       0       no        furnished
## 434              no              no       1       no   semi-furnished
## 435              no              no       0       no   semi-furnished
## 436              no              no       0       no      unfurnished
## 437              no              no       0      yes        furnished
## 438              no              no       1       no      unfurnished
## 439              no              no       0       no   semi-furnished
## 440              no              no       0       no      unfurnished
## 441              no              no       0       no      unfurnished
## 442              no              no       0       no      unfurnished
## 443              no             yes       1       no      unfurnished
## 444              no              no       1       no      unfurnished
## 445              no              no       0       no        furnished
## 446              no              no       0       no        furnished
## 447              no              no       1       no      unfurnished
## 448              no              no       0       no   semi-furnished
## 449              no              no       2       no   semi-furnished
## 450              no              no       0       no      unfurnished
## 451              no              no       0       no   semi-furnished
## 452              no              no       0       no   semi-furnished
## 453              no              no       2       no   semi-furnished
## 454              no              no       1       no      unfurnished
## 455              no             yes       0       no      unfurnished
## 456              no              no       0       no      unfurnished
## 457              no              no       0      yes   semi-furnished
## 458              no             yes       0       no      unfurnished
## 459              no              no       0       no      unfurnished
## 460              no              no       0       no      unfurnished
## 461              no              no       1       no      unfurnished
## 462              no             yes       0       no      unfurnished
## 463              no              no       0       no   semi-furnished
## 464              no              no       0       no      unfurnished
## 465             yes              no       1       no   semi-furnished
## 466              no              no       0       no      unfurnished
## 467              no              no       0       no   semi-furnished
## 468              no              no       2       no   semi-furnished
## 469              no              no       0       no   semi-furnished
## 470              no              no       0       no        furnished
## 471              no              no       0       no      unfurnished
## 472              no              no       0       no      unfurnished
## 473              no              no       3       no   semi-furnished
## 474              no              no       0       no      unfurnished
## 475              no              no       1       no      unfurnished
## 476              no              no       0       no   semi-furnished
## 477              no              no       1       no      unfurnished
## 478              no              no       0       no      unfurnished
## 479              no              no       1       no      unfurnished
## 480              no              no       0       no      unfurnished
## 481              no              no       1       no   semi-furnished
## 482              no              no       0       no        furnished
## 483              no              no       0       no      unfurnished
## 484              no              no       0       no   semi-furnished
## 485              no              no       0       no      unfurnished
## 486              no              no       0       no      unfurnished
## 487              no              no       0       no   semi-furnished
## 488              no              no       0       no      unfurnished
## 489              no              no       0       no      unfurnished
## 490              no              no       1       no   semi-furnished
## 491             yes              no       1       no      unfurnished
## 492              no              no       1       no        furnished
## 493              no              no       1       no      unfurnished
## 494              no              no       0       no        furnished
## 495              no              no       0       no      unfurnished
## 496              no              no       1       no      unfurnished
## 497              no              no       0       no      unfurnished
## 498              no              no       0       no      unfurnished
## 499              no              no       0       no   semi-furnished
## 500              no              no       0       no      unfurnished
## 501              no              no       0       no      unfurnished
## 502              no              no       0       no      unfurnished
## 503              no              no       1       no   semi-furnished
## 504              no              no       0       no   semi-furnished
## 505              no             yes       0       no      unfurnished
## 506              no             yes       0       no      unfurnished
## 507              no              no       0       no      unfurnished
## 508              no              no       0       no      unfurnished
## 509              no              no       0       no      unfurnished
## 510              no              no       1       no        furnished
## 511              no              no       0       no      unfurnished
## 512              no              no       0       no      unfurnished
## 513              no              no       0       no        furnished
## 514              no              no       0       no      unfurnished
## 515              no              no       0       no   semi-furnished
## 516              no              no       0       no      unfurnished
## 517              no              no       1       no      unfurnished
## 518              no              no       1       no      unfurnished
## 519              no              no       0       no      unfurnished
## 520              no              no       0       no      unfurnished
## 521              no              no       0       no      unfurnished
## 522              no              no       0       no      unfurnished
## 523              no              no       0       no        furnished
## 524              no              no       0       no        furnished
## 525              no              no       0       no      unfurnished
## 526              no              no       0       no      unfurnished
## 527              no              no       0       no      unfurnished
## 528              no              no       0       no   semi-furnished
## 529              no              no       0       no      unfurnished
## 530              no              no       0       no      unfurnished
## 531             yes              no       0       no      unfurnished
## 532              no             yes       0      yes      unfurnished
## 533              no              no       0       no      unfurnished
## 534              no              no       0       no      unfurnished
## 535              no              no       0       no      unfurnished
## 536              no              no       1       no      unfurnished
## 537              no              no       0       no      unfurnished
## 538              no              no       0       no      unfurnished
## 539              no              no       0       no      unfurnished
## 540              no              no       1       no      unfurnished
## 541              no              no       2       no      unfurnished
## 542              no              no       0       no   semi-furnished
## 543              no              no       0       no      unfurnished
## 544              no              no       0       no        furnished
## 545              no              no       0       no      unfurnished
# Menampilkan struktur data untuk melihat kolom numerik
str(data)
## 'data.frame':    545 obs. of  13 variables:
##  $ price           : int  13300000 12250000 12250000 12215000 11410000 10850000 10150000 10150000 9870000 9800000 ...
##  $ area            : int  7420 8960 9960 7500 7420 7500 8580 16200 8100 5750 ...
##  $ bedrooms        : int  4 4 3 4 4 3 4 5 4 3 ...
##  $ bathrooms       : int  2 4 2 2 1 3 3 3 1 2 ...
##  $ stories         : int  3 4 2 2 2 1 4 2 2 4 ...
##  $ mainroad        : chr  "yes" "yes" "yes" "yes" ...
##  $ guestroom       : chr  "no" "no" "no" "no" ...
##  $ basement        : chr  "no" "no" "yes" "yes" ...
##  $ hotwaterheating : chr  "no" "no" "no" "no" ...
##  $ airconditioning : chr  "yes" "yes" "no" "yes" ...
##  $ parking         : int  2 3 2 3 2 2 2 0 2 1 ...
##  $ prefarea        : chr  "yes" "no" "yes" "yes" ...
##  $ furnishingstatus: chr  "furnished" "furnished" "semi-furnished" "furnished" ...
# Memilih hanya kolom numerik
numerik_data <- data[sapply(data, is.numeric)]

# a) Eigen value dan eigen vector
cov_matrix <- cov(numerik_data)  # Matriks kovarians
eigen_result <- eigen(cov_matrix)  # Eigen values dan eigen vectors

print("Eigen Values:")
## [1] "Eigen Values:"
print(eigen_result$values)
## [1] 3.498546e+12 3.356500e+06 7.345801e-01 5.958731e-01 3.626262e-01
## [6] 1.677009e-01
print("Eigen Vectors:")
## [1] "Eigen Vectors:"
print(eigen_result$vectors)
##              [,1]          [,2]          [,3]          [,4]          [,5]
## [1,] 9.999998e-01  6.218809e-04  2.350022e-07  2.360030e-07 -1.896406e-08
## [2,] 6.218809e-04 -9.999998e-01 -1.068146e-04  4.693651e-05  1.227917e-05
## [3,] 1.446162e-07  2.127405e-05 -4.831235e-01 -3.524835e-01 -7.742078e-01
## [4,] 1.390319e-07  2.715391e-05 -1.156247e-01 -7.418855e-02 -1.559105e-01
## [5,] 1.951224e-07  7.936672e-05 -7.760615e-01 -2.230034e-01  5.897316e-01
## [6,] 1.770643e-07 -8.185750e-05  3.885243e-01 -9.058261e-01  1.688515e-01
##               [,6]
## [1,]  1.167426e-07
## [2,] -2.065080e-05
## [3,]  2.072422e-01
## [4,] -9.781712e-01
## [5,]  1.465063e-02
## [6,] -4.137110e-03
# b) Variance-Covariance Matrix
print("Variance-Covariance Matrix:")
## [1] "Variance-Covariance Matrix:"
print(cov_matrix)
##                  price         area     bedrooms    bathrooms      stories
## price     3.498544e+12 2.175676e+09 5.059464e+05 4.864093e+05 6.826446e+05
## area      2.175676e+09 4.709512e+06 2.432321e+02 2.113466e+02 1.581294e+02
## bedrooms  5.059464e+05 2.432321e+02 5.447383e-01 1.386738e-01 2.615893e-01
## bathrooms 4.864093e+05 2.113466e+02 1.386738e-01 2.524757e-01 1.421715e-01
## stories   6.826446e+05 1.581294e+02 2.615893e-01 1.421715e-01 7.525432e-01
## parking   6.194673e+05 6.599897e+02 8.856247e-02 7.684161e-02 3.404277e-02
##                parking
## price     6.194673e+05
## area      6.599897e+02
## bedrooms  8.856247e-02
## bathrooms 7.684161e-02
## stories   3.404277e-02
## parking   7.423300e-01
# c) Correlation Matrix
cor_matrix <- cor(numerik_data)
print("Correlation Matrix:")
## [1] "Correlation Matrix:"
print(cor_matrix)
##               price       area  bedrooms bathrooms    stories    parking
## price     1.0000000 0.53599735 0.3664940 0.5175453 0.42071237 0.38439365
## area      0.5359973 1.00000000 0.1518585 0.1938195 0.08399605 0.35298048
## bedrooms  0.3664940 0.15185849 1.0000000 0.3739302 0.40856424 0.13926990
## bathrooms 0.5175453 0.19381953 0.3739302 1.0000000 0.32616471 0.17749582
## stories   0.4207124 0.08399605 0.4085642 0.3261647 1.00000000 0.04554709
## parking   0.3843936 0.35298048 0.1392699 0.1774958 0.04554709 1.00000000

Including Plots

You can also embed plots, for example:

## Warning: `aes_string()` was deprecated in ggplot2 3.0.0.
## ℹ Please use tidy evaluation idioms with `aes()`.
## ℹ See also `vignette("ggplot2-in-packages")` for more information.
## This warning is displayed once every 8 hours.
## Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
## generated.

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.