Overview

This app predicts house prices based on features like location, year built, square footage, and number of bedrooms using a linear regression model. It also provides interactive and static visualizations to explore the data.

Sample Dataset

Sample House Data
Location YearBuilt SquareFeet Bedrooms Price
Urban 2000 2000 3 250000
Suburban 1995 1500 4 200000
Rural 2010 2500 3 300000
Urban 2018 3000 5 400000

## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union