Skip to content

Commit

Permalink
Added text for Ch. 9
Browse files Browse the repository at this point in the history
  • Loading branch information
esthjung committed Jun 23, 2022
2 parents 9c5e09e + 5b8e523 commit 3299f11
Show file tree
Hide file tree
Showing 71 changed files with 2,497 additions and 1,261 deletions.
2 changes: 1 addition & 1 deletion 01-quality-assurance.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fontsize: 9pt

\raggedright

To check for outliers in length measurements, we plotted the distribution of raw length measurements by age and sex against different percentiles of the World Health Organization child growth standard distribution. The majority of observations fell within 3 standard deviations of the mean of the standard for males and females. There were certain cohorts, such as COHORTs Guatemala, that had a larger proportion of observations outside of 3 standard deviations from the mean. There was a higher variability of length measurements in the PROBIT, ZVITAMBO, and Keneba cohorts.
To check for outliers in length measurements, we plotted the distribution of raw length measurements by age and sex against different percentiles of the World Health Organization child growth standard distribution. The majority of observations fell within 3 standard deviations of the mean of the standard for males and females. There were certain cohorts, such as the Keneba cohort, that had a larger proportion of observations outside of 3 standard deviations from the mean. There was a higher variability of length measurements in the PROBIT, ZVITAMBO, and Keneba cohorts.

```{r setup, include=FALSE}
library(knitr)
Expand Down
2 changes: 1 addition & 1 deletion 03-secular-trends.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fontsize: 9pt

\raggedright

This study included cohorts that measured child growth from 1969 to 2014. To assess potential secular trends, we plotted the mean length-for-age Z-score (LAZ) over time. The plot below shows the individual observations from included studies over this range of years. Curves were fit to the data using generalized additive models, with the solid line fit through the median LAZ by birth year, and the dashed lines mark the 1st and 3rd quartiles. There does not appear to be a secular trend in LAZ.
This study included cohorts that measured child growth from 1987 to 2017. To assess potential secular trends, we plotted the mean length-for-age Z-score (LAZ) over time. The plot below shows the individual observations from included studies over this range of years. Curves were fit to the data using generalized additive models, with the solid line fit through the median LAZ by birth year, and the dashed lines mark the 1st and 3rd quartiles. There does not appear to be a secular trend in LAZ.

```{r setup, include=FALSE}
library(knitr)
Expand Down
28 changes: 0 additions & 28 deletions 05-DHS-ki-countries.Rmd

This file was deleted.

6 changes: 3 additions & 3 deletions 06-cohort-specific.Rmd → 05-cohort-specific.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,18 @@ include_graphics(paste0(fig_dir, "/stunting/fig-stunt-2-inc-cohort-asia-allage-p

### Africa
```{r lvel-africa, echo = FALSE}
include_graphics(paste0(fig_dir, "/stunting/fig-length-2-length_vel-cohort-africa-allage-primary.png"))
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-length-2-length_vel-cohort-latamer-allage-primary.png"))
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-length-2-length_vel-cohort-asia-allage-primary.png"))
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")
```

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions 08-monthly-cohorts.Rmd → 07-monthly-cohorts.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ include_graphics(paste0(fig_dir, "/stunting/fig-laz-2-mean-overall_region--allag
```

<!-- ##################################################################################### -->
## Age-specific severe stunting prevalence
## Age-specific stunting prevalence

### All eligible cohorts

Expand All @@ -53,7 +53,7 @@ include_graphics(paste0(fig_dir, "/stunting/fig-stunt-2-prev-overall_region--all
```

<!-- ##################################################################################### -->
## Age-specific severe stunting incidence
## Age-specific stunting incidence

### All eligible cohorts

Expand Down
5 changes: 1 addition & 4 deletions 09-fixed-effects.Rmd → 08-fixed-effects.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ include_graphics(paste0(fig_dir, "/stunting/fig-stunt-2-prev-overall_region--all
#include_graphics("figure-copies/fig-stunt-2-prev-overall_region--allage-fe.png")
```

[ADD CAPTION]

<!-- ##################################################################################### -->
## Age-specific incidence
Expand All @@ -44,7 +43,6 @@ include_graphics(paste0(fig_dir, "/stunting/fig-stunt-2-inc-overall_region--alla
```

[ADD CAPTION]

<!-- ##################################################################################### -->
## Changes in stunting status by age
Expand All @@ -61,7 +59,6 @@ include_graphics(paste0(fig_dir, "/stunting/fig-stunt-2-flow-overall--allage-fe.
#include_graphics("figure-copies/fig-stunt-2-flow-overall--allage-fe.png")
```

[ADD CAPTION]


<!-- ##################################################################################### -->
Expand All @@ -75,7 +72,7 @@ include_graphics(paste0(fig_dir, "/stunting/fig-stunt-2-vel-overall--allage-prim

### Fixed effects
```{r vel-fe, echo = FALSE}
include_graphics(paste0(fig_dir, "/stunting/fig-stunt-2-vel-overall--allage-primary.png"))
include_graphics(paste0(fig_dir, "/stunting/fig-stunt-2-vel-overall--allage-fe.png"))
#include_graphics("figure-copies/fig-stunt-2-vel-overall--allage-fe.png")
```

Expand Down
Loading

0 comments on commit 3299f11

Please sign in to comment.