forked from child-growth/wasting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
01-severe-wasting.Rmd
49 lines (28 loc) · 1000 Bytes
/
01-severe-wasting.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
# Prevalence and incidence of severe growth failure {#severe}
---
output:
pdf_document:
keep_tex: yes
fontfamily: mathpazo
fontsize: 9pt
---
\raggedright
## Overview
This page presents age-specific prevalence and incidence results for severe wasting (weight-for-length Z-score < -3) and severe underweight (weight-for-age Z-score < -3) in the KI cohorts.
```{r setup1, include=FALSE}
source(paste0(here::here(), "/0-config.R"))
library(knitr)
knitr::opts_chunk$set(echo = TRUE)
```
## Age-specific prevalence of severe wasting
```{r, echo = FALSE}
include_graphics(paste0(fig_dir,"wasting/fig-wast-3-prev-overall_region--allage-primary.png"))
```
## Age-specific cumulative incidence of severe wasting
```{r, echo = FALSE}
include_graphics(paste0(fig_dir,"wasting/fig-severe-wast-CI.png"))
```
## Age-specific prevalence of severe underweight
```{r, echo = FALSE}
include_graphics(paste0(fig_dir,"underweight/fig-underweight-3-prev-overall_region--allage-primary.png"))
```