-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.rmd
48 lines (28 loc) · 1.71 KB
/
index.rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
title: "Estimating Neighborhood Rents with Scraped Data"
output:
html_document:
includes:
in_header: "header.html"
after_body: "footer.html"
---
<br>
This project is under construction and subject to change at any moment!
<br>
### About
The goal of this research is to understand the dynamics of Seattle neighborhoods' median rent level using scraped rental housing listings from Craigslist. I use a series of data visualizations to describe the accumulated data and compare the Craigslist estimates against other indicators. After the data description, I model a panel of quarterly census tract estimates to explain the spatial and temporal dynamics observed so far. Models are trained on quarterly tract estimates observed through the prior quarter and forecast the current quarter's rent surface.
<br>
### Contents
[Working paper](./manuscript/index.html) on estimating Seattle neighborhood rent indicators
[Results dashboard](./dashboard/index.html) for working paper's model diagnostics and forecasts
[GitHub repository](https://github.com/hesscl/smooth-sea/) with source code for manuscript and results dashboard
<br>
### Powered By
[Helena](http://helena-lang.org) - Web automation for end users
[R Markdown](https://rmarkdown.rstudio.com) - Reproducible data analysis and manuscript creation
[flexdashboard](https://rmarkdown.rstudio.com/flexdashboard/index.html) - Easy interactive dashboards for R
[plot.ly](https://plot.ly/) - translate ggplot() objects to JavaScript htmlwidgets
[GitHub Pages](https://pages.github.com/) - Publish static web pages with repositories
<br>
### Contact
Email Chris Hess at [[email protected]](mailto://[email protected]) for more information about this research.