-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevictions.qmd
61 lines (44 loc) · 1.3 KB
/
evictions.qmd
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
49
50
51
52
53
54
55
56
57
58
59
60
61
---
title: "Evictions in San Francisco"
subtitle: "(Just a targets demo)"
author: "Data and Performance Team (OEWD)"
date: "`r Sys.Date()`"
embed-resources: true
format:
oewd-report-html: default
output-file: "Evictions Report.html"
execute:
echo: false
warning: false
message: false
---
```{r}
library(targets)
library(gtsummary)
library(tidyverse)
tar_load(evictions_change)
tar_load(model)
tar_load(plot)
tar_load(map)
```
# Overview
This analysis comes from ["Eviction Notices" on DataSF.](https://data.sfgov.org/Housing-and-Buildings/Eviction-Notices/5cei-gny5/about_data) The data was last updated at `r evictions_change`.
# Analysis
We fit the following model:
```{r}
model$model$call
```
```{r}
tbl_regression(model$model, intercept = TRUE)
```
We made the following plot:
```{r}
plot
```
We made the following map:
```{r fig.width=8, fig.height=8}
map
```
# About this Report
This HTML report was created with [Quarto.](https://quarto.org/) The data within is self-contained and cannot be updated automatically. If you bookmark the report within your browser, be aware that the bookmark URL references a file path on your computer; moving the document to a different location will break the bookmark.
![](_extensions/SFOEWD/oewd-report/assets/OEWD%20Circle%20Logo.png){fig-align="center" width="225"}