forked from AdamWilsonLabEDU/SpatialDataScience
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTK_14.Rmd
More file actions
28 lines (22 loc) · 675 Bytes
/
TK_14.Rmd
File metadata and controls
28 lines (22 loc) · 675 Bytes
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
---
title: Building and summarizing models
subtitle: Interactive web-based visualizations
week: 14
type: Task
reading:
- Chapter [23-25 in R4DS](http://r4ds.had.co.nz)
tasks:
- Demonstrate a simple presence/absence model in spatial context.
- Model spatial dependence (autocorrelation) in the response.
---
```{r, echo=FALSE, message=FALSE, results='hide', purl=FALSE}
source("functions.R")
source("knitr_header.R")
```
`r presframe()`
# Reading
```{r reading,results='asis',echo=F}
md_bullet(rmarkdown::metadata$reading)
```
# Exercise
Now work through the [exercise illustrated here](13_SDM_Exercise.html). You do not need to upload anything to github.