EDA and Multiple Linear Regression on Boston Housing in R

<p>This dataset contains information about 506 census tracts of Boston from the 1970 census. As an aspiring data scientist, understanding how to model data like this is of great importance to me. Today I will use the Boston housing data by Harrison and Rubinfeld (1979) and explore which factors affect the median value of homes and will perform a linear regression analysis on the same.</p> <h2>Boston Housing Data</h2> <p>You can include this data by using the &lsquo;MASS&rsquo; library. The data has following features, medv being the target (dependent) variable:</p> <p><a href="https://medium.com/analytics-vidhya/eda-and-multiple-linear-regression-on-boston-housing-in-r-270f858dc7b"><strong>Read More</strong></a></p>