-
Notifications
You must be signed in to change notification settings - Fork 1
/
05-cohort-specific.Rmd
129 lines (99 loc) · 4.32 KB
/
05-cohort-specific.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# Cohort-specific results {#cohort}
---
output:
pdf_document:
keep_tex: yes
fontfamily: mathpazo
fontsize: 9pt
---
\raggedright
Here, we present cohort-specific estimates of length-for-age Z-score by age, age-specific prevalence, and age-specific incidence.
```{r setup, include=FALSE}
library(knitr)
knitr::opts_chunk$set(echo = TRUE)
source(paste0(here::here(), "/0-config.R"))
```
<!-- ##################################################################################### -->
## Mean length-for-age Z-score by age
### Africa
```{r laz-africa, echo = FALSE}
include_graphics(paste0(fig_dir, "/stunting/fig-laz-2-quant-cohort-africa-allage-primary.png"))
#include_graphics("figure-copies/fig-laz-2-quant-cohort-africa-allage-primary.png")
```
### Latin America
```{r laz-la, echo = FALSE}
include_graphics(paste0(fig_dir, "/stunting/fig-laz-2-quant-cohort-latamer-allage-primary.png"))
#include_graphics("figure-copies/fig-laz-2-quant-cohort-latamer-allage-primary.png")
```
### South Asia
```{r laz-sa, echo = FALSE}
include_graphics(paste0(fig_dir, "/stunting/fig-laz-2-quant-cohort-asia-allage-primary.png"))
#include_graphics("figure-copies/fig-laz-2-quant-cohort-asia-allage-primary.png")
```
<!-- ##################################################################################### -->
## Age-specific prevalence
### Africa
```{r prev-africa, echo = FALSE}
include_graphics(paste0(fig_dir, "/stunting/fig-stunt-2-prev-cohort-africa-allage-primary.png"))
#include_graphics("figure-copies/fig-stunt-2-prev-cohort-africa-allage-primary.png")
```
### Latin America
```{r prev-la, echo = FALSE}
include_graphics(paste0(fig_dir, "/stunting/fig-stunt-2-prev-cohort-latamer-allage-primary.png"))
#include_graphics("figure-copies/fig-stunt-2-prev-cohort-latamer-allage-primary.png")
```
### South Asia
```{r prev-sa, echo = FALSE}
include_graphics(paste0(fig_dir, "/stunting/fig-stunt-2-prev-cohort-asia-allage-primary.png"))
#include_graphics("figure-copies/fig-stunt-2-prev-cohort-asia-allage-primary.png")
```
<!-- ##################################################################################### -->
## Age-specific incidence
### Africa
```{r inc-africa, echo = FALSE}
include_graphics(paste0(fig_dir, "/stunting/fig-stunt-2-inc-cohort-africa-allage-primary.png"))
#include_graphics("figure-copies/fig-stunt-2-inc-cohort-africa-allage-primary.png")
```
### Latin America
```{r inc-la, echo = FALSE}
include_graphics(paste0(fig_dir, "/stunting/fig-stunt-2-inc-cohort-latamer-allage-primary.png"))
#include_graphics("figure-copies/fig-stunt-2-inc-cohort-latamer-allage-primary.png")
```
### South Asia
```{r inc-sa, echo = FALSE}
include_graphics(paste0(fig_dir, "/stunting/fig-stunt-2-inc-cohort-asia-allage-primary.png"))
#include_graphics("figure-copies/fig-stunt-2-inc-cohort-asia-allage-primary.png")
```
<!-- ##################################################################################### -->
## Length velocity by age and sex
### Africa
```{r lvel-africa, echo = FALSE}
include_graphics(paste0(fig_dir, "/stunting/fig-stunt-2-vel-cohort-africa-allage-primary.png"))
```
### Latin America
```{r lvel-la, echo = FALSE}
include_graphics(paste0(fig_dir, "/stunting/fig-stunt-2-vel-cohort-latamer-allage-primary.png"))
#include_graphics("figure-copies/fig-length-2-length_vel-cohort-latamer-allage-primary.png")
```
### South Asia
```{r lvel-sa, echo = FALSE}
include_graphics(paste0(fig_dir, "/stunting/fig-stunt-2-vel-cohort-asia-allage-primary.png"))
#include_graphics("figure-copies/fig-length-2-length_vel-cohort-asia-allage-primary.png")
```
<!-- ##################################################################################### -->
## LAZ velocity by age and sex
### Africa
```{r lazvel-africa, echo = FALSE}
include_graphics(paste0(fig_dir, "/stunting/fig-laz-2-laz_vel-cohort-africa-allage-primary.png"))
#include_graphics("figure-copies/fig-laz-2-laz_vel-cohort-africa-allage-primary.png")
```
### Latin America
```{r lazvel-la, echo = FALSE}
include_graphics(paste0(fig_dir, "/stunting/fig-laz-2-laz_vel-cohort-latamer-allage-primary.png"))
#include_graphics("figure-copies/fig-laz-2-laz_vel-cohort-latamer-allage-primary.png")
```
### South Asia
```{r lazvel-sa, echo = FALSE}
include_graphics(paste0(fig_dir, "/stunting/fig-laz-2-laz_vel-cohort-asia-allage-primary.png"))
#include_graphics("figure-copies/fig-laz-2-laz_vel-cohort-asia-allage-primary.png")
```