forked from child-growth/wasting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
04-no-kenaba.Rmd
91 lines (55 loc) · 2.98 KB
/
04-no-kenaba.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
# Sensitivity analysis dropping at-Birth measures in Kenaba {#no-kenaba}
---
output:
pdf_document:
keep_tex: yes
fontfamily: mathpazo
fontsize: 9pt
---
\raggedright
## Overview
Here, we re-estimate primary results after dropping the observations of children at birth within the MRC Kenaba cohort, which used a different team to measure child anthropometry at birth from the trained anthropometrists used in follow-up measurements. While other cohort data from the Kenaba area show that children tend to experience decreased LAZ after birth, in the MRC Kenaba data used in this analysis, we see a high birth LAZ (approximately 0) and a rapid drop in LAZ in followup measurements (approximately -1 at one month).
we see that the at birth measurements LAZ is ~0, and then for the follow-up measurements after the mean LAZ is ~ -1 (and the mean LAZ of just the subsequent follow-up visit at one month is ~ -1). We calculated 30% of measurements taken within two weeks of birth are lower than the at birth measurement beyond the technical error of measurement, and so are unrealistic decreases in child length, and 43% of follow-up measurements within two weeks of birth are less than the at-birth measurement by any amount.
```{r setup3, include=FALSE}
source(paste0(here::here(), "/0-config.R"))
library(knitr)
knitr::opts_chunk$set(echo = TRUE)
```
## Mean WLZ by region
```{r, echo = FALSE}
# include_graphics(paste0(fig_dir, "wasting/no-kenaba-bw/fig-wast-2-prev-overall_region--allage-primary-no-Kenaba-BW.png"))
include_graphics(paste0(fig_dir,"/wasting/no-kenaba-bw/WLZ_by_region-no-Kenaba-BW.png"))
```
## Age-specific prevalence
```{r prev-primary-no-Kenaba-BW, echo = FALSE}
# include_graphics(paste0(fig_dir, "wasting/no-kenaba-bw/fig-wast-2-prev-overall_region--allage-primary-no-Kenaba-BW.png"))
include_graphics(paste0(fig_dir,"/wasting/no-kenaba-bw/fig-wast-prev-no-Kenaba-BW.png"))
```
## Age-specific incidence
```{r, echo = FALSE}
include_graphics(paste0(fig_dir,"/wasting/no-kenaba-bw/fig-wast-ci-no-Kenaba-BW.png"))
```
## Age-specific incidence rate
```{r, echo = FALSE}
include_graphics(paste0(fig_dir,"/wasting/no-kenaba-bw/fig-wast-ir-no-Kenaba-BW.png"))
```
## Age-specific recovery
```{r, echo = FALSE}
include_graphics(paste0(fig_dir,"/wasting/no-kenaba-bw/fig-wast-rec-no-Kenaba-BW.png"))
```
## Age-specific prevalence of severe wasting
```{r, echo = FALSE}
include_graphics(paste0(fig_dir,"/wasting/no-kenaba-bw/fig-sev-wast-no-Kenaba-BW.png"))
```
## Age-specific longitudinal prevalence of persistent wasting
```{r, echo = FALSE}
include_graphics(paste0(fig_dir,"/wasting/no-kenaba-bw/fig-pers-wast-no-Kenaba-BW.png"))
```
## Age-specific prevalence of concurrent wasting and stunting
```{r, echo = FALSE}
include_graphics(paste0(fig_dir,"/wasting/no-kenaba-bw/fig-co-prev-no-Kenaba-BW.png"))
```
## Age-specific prevalence of underweight (weight-for-age Z-score < -2)
```{r, echo = FALSE}
include_graphics(paste0(fig_dir,"/wasting/no-kenaba-bw/fig-uw-prev-no-Kenaba-BW.png"))
```