-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathstanhour6.Rmd
108 lines (62 loc) · 1.86 KB
/
stanhour6.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
title: "Stan @ ISEC 2020"
subtitle: ""
author: "The Crew"
date: "20 June 2020"
output:
xaringan::moon_reader:
css: xaringan-themer.css
lib_dir: libs
nature:
highlightStyle: solarized-light
highlightLines: true
countIncrementalSlides: false
---
class: inverse, center, middle
```{r setup, include=FALSE}
options(htmltools.dir.version = FALSE)
library(ggplot2)
```
```{r xaringan-themer, include=FALSE, warning=FALSE}
library(xaringanthemer)
style_solarized_light()
```
# Statistical Models

---
## Model Checking:
-- `Residuals`
-- `Prior Predictive Checks`
-- `Posterior Predictive Checks`
-- `Predictive Accuracy`
---
class: inverse, middle
# Statistical Model Assessment $\neq$ (Biologically) Useful Model
---
class: inverse
#Biological Realism
`In what manner does my model represent biologically/ecologically important features, and where does it fail?`
---

---
### Interpreting the Statistical Results...
...by the data that your model generates.
In particular, pretend each realization is something that actually occurred, does it make sense? Generate a population/group/system, where does your model fail?
--
### Challenge
Make your model stand out by inserting **at least 1** structure that is specific to your system.
--
Yes, even with a GLM. Even a linear model.
---
class: inverse, middle
## Embrace Your Domain Expertise
**it's the most important part of the story!**
---
### Stan Help/Advice

https://discourse.mc-stan.org/
---
class: inverse, center
### Stan Ecology Community
https://stanecology.github.io
