BIOS623 Research Note
Val Pocus
11/30/2016
Introduction
Study on the effects of vitamin A vitamin supplementation on growth
- field studies conducted between September 1989 and December 1991
- cohort of 2258 rural Nepalese children 12-60 months of age were randomized to receive vitamin A supplements or a placebo-control, and were followed once every for 4 months for 16 months (11290 total observations)
- some visits contained missing data (9552 complete records on 2215 children)
- study objectives were to:
- characterize growth patterns of Nepalease children
- investigate dependence of growth on child age, gender, and maternal covariates
- authors found that while vitamin A supplementation had no effect on weight gain or growth, arm circumference and muscle area growth improved
West KP, Jr., LeClerq SC, Shrestha SR, Wu LS, Pradhan EK, Khatry SK, Katz J, Adhikari R, Sommer A. Effects of vitamin A on growth of vitamin A deficient children: field studies in Nepal.J Nutr 1997;10:1957-1965.
Methods
Data
- subset of the larger dataset representing the control arm of the trial (first 1000 records)
- some visits contained missing data
- 200 total children, 5 visits each (1000 visits)
- 874 with complete visit information
- 535 boys, 465 girls
- variables measured each visit:
- weight in kilograms
- current level of breastfeed (non, <10 times/day, 10 or more times/day)
- age in months
Methods
Analyses
- Explored effect of breastfeeding across time on child weight
- Models used: GLS, LME, FEM
- Correlation structure
- Cross-sectional and longitudinal effects
- Model fit comparisons
Results
Cross-sectional effect of age and breastfeeding on childhood weight

Results

Results

Covariance structure: within-subject correlation

- all highly correlated, although measures taken closer together are (slightly) more correlated
- data may have autoregressive variance-covariance AR(1) structure
Model: GLS
\[
\begin{aligned}
Y_{ij}\ &= \alpha_i + \beta_2 Age_{ij} +
\end{aligned}
\]
\[
\begin{aligned}
\beta_3 Breast Feeding_{ij} \times \beta_2 Age_{ij} + \varepsilon_{ij}
\end{aligned}
\]
gls.ind <- gls (wt ~ age + bf*age, data = nepal, na.action = na.omit)
- Generalized least squares model
GLS Models
Results of fitting GLS models under different correlation structure assumptions
|
|
|
|
Dependent variable:
|
|
|
|
|
|
wt
|
|
|
Independent
|
Compound symmetric
|
AR(1)
|
|
|
(1)
|
(2)
|
(3)
|
|
|
|
age
|
0.127***
|
0.127***
|
0.137***
|
|
|
(0.004)
|
(0.003)
|
(0.004)
|
|
|
|
|
|
|
bf
|
-0.597***
|
-0.384***
|
-0.144
|
|
|
(0.149)
|
(0.074)
|
(0.092)
|
|
|
|
|
|
|
age:bf
|
0.015***
|
0.015***
|
0.006*
|
|
|
(0.005)
|
(0.003)
|
(0.003)
|
|
|
|
|
|
|
Constant
|
6.579***
|
6.421***
|
6.021***
|
|
|
(0.211)
|
(0.158)
|
(0.190)
|
|
|
|
|
|
|
|
|
Observations
|
874
|
874
|
874
|
|
Log Likelihood
|
-1,545.800
|
-884.645
|
-879.257
|
|
Akaike Inf. Crit.
|
3,101.601
|
1,781.290
|
1,770.514
|
|
Bayesian Inf. Crit.
|
3,125.443
|
1,809.901
|
1,799.124
|
|
|
|
Note:
|
p<0.1; p<0.05; p<0.01
|
Model: LME with random intercepts
\[
\begin{aligned}
Y_{ij}\ &= \beta_0 + b_i \beta_1 Age_{ij} +
\end{aligned}
\]
\[
\begin{aligned}
\beta_2 Breast Feeding_{ij} \times \beta_1 Age_{ij} + \varepsilon_{ij}
\end{aligned}
\]
- Linear mixed effects model with randomly varying intercepts
- Accounts for individual effects through random effect (\(b_i\))
Model: LME with random intercepts and cross-sectional effect
\[
\begin{aligned}
Y_{ij}\ &= \beta_0 + b_i + \beta_1 InitialAge_{ij} + \beta_2 (InitialAge-Age)_{ij} +
\end{aligned}
\]
\[
\begin{aligned}
\beta_3 Breast Feeding_{ij} \times \beta_2 (InitialAge-Age)_{ij} + \varepsilon_{ij}
\end{aligned}
\]
- Accounts for cross-sectional effect of initial age
LME Models
Results of fitting LME models under different correlation structure assumptions
|
|
|
|
Dependent variable:
|
|
|
|
|
|
wt
|
|
|
Independent
|
Compound symmetric
|
AR(1)
|
AR(1) w/ cross-sectional effect
|
|
|
(1)
|
(2)
|
(3)
|
(4)
|
|
|
|
iniAge
|
|
|
|
0.016**
|
|
|
|
|
|
(0.007)
|
|
|
|
|
|
|
|
age
|
0.127***
|
0.127***
|
0.130***
|
0.126***
|
|
|
(0.003)
|
(0.003)
|
(0.003)
|
(0.004)
|
|
|
|
|
|
|
|
bf
|
-0.384***
|
-0.384***
|
-0.274***
|
-0.288***
|
|
|
(0.074)
|
(0.074)
|
(0.082)
|
(0.082)
|
|
|
|
|
|
|
|
age:bf
|
0.015***
|
0.015***
|
0.011***
|
0.012***
|
|
|
(0.003)
|
(0.003)
|
(0.003)
|
(0.003)
|
|
|
|
|
|
|
|
Constant
|
6.421***
|
6.421***
|
6.268***
|
5.962***
|
|
|
(0.158)
|
(0.158)
|
(0.171)
|
(0.212)
|
|
|
|
|
|
|
|
|
|
Observations
|
874
|
874
|
874
|
874
|
|
Log Likelihood
|
-884.645
|
-884.645
|
-859.709
|
-860.918
|
|
Akaike Inf. Crit.
|
1,781.290
|
1,783.290
|
1,733.418
|
1,737.836
|
|
Bayesian Inf. Crit.
|
1,809.901
|
1,816.670
|
1,766.798
|
1,775.975
|
|
|
|
Note:
|
p<0.1; p<0.05; p<0.01
|
Methods: FEM
\[
\begin{aligned}
Y_{ij}\ &= \alpha_i + \beta_2 (InitialAge-Age)_{ij} +
\end{aligned}
\]
\[
\begin{aligned}
\beta_3 Breast Feeding_{ij} \times \beta_2 (InitialAge-Age)_{ij} + \varepsilon_{ij}
\end{aligned}
\]
fem1 <- lm(wt ~ -1 + factor(id) + (age-iniAge) + bf*(age-iniAge) + bf*(age-iniAge), data=nepal)
- Fixed effects model
- Controls for all unmeasured confounders
FEM model results
FEM
|
|
|
|
Dependent variable:
|
|
|
|
|
|
wt
|
|
|
|
age
|
0.124***
|
|
|
(0.003)
|
|
|
|
|
bf
|
-0.381***
|
|
|
(0.076)
|
|
|
|
|
age:bf
|
0.015***
|
|
|
(0.003)
|
|
|
|
|
|
|
Observations
|
874
|
|
R2
|
0.999
|
|
Adjusted R2
|
0.999
|
|
Residual Std. Error
|
0.428 (df = 674)
|
|
F Statistic
|
3,189.626*** (df = 200; 674)
|
|
|
|
Note:
|
p<0.1; p<0.05; p<0.01
|
Model diagnostics: comparing GLS and LME


Model diagnostics: comparing GLS and LME


Comparing GLS, LME and FEM
| fem1 |
201 |
1170.907 |
| lme.ar1 |
7 |
1733.418 |
| gls.ar1 |
6 |
1770.514 |
Discussion
Best fit: LME
- LME w/ AR(1) performed better than GLS and FEM
Interpretation:
- For every month increase after the baseline visit, there was about a 0.14 kg increase in weight (p < 0.001). Age and breastfeeding interaction was significant, indicating that breastfeeding status varied across time, and breastfeeding had a surprisingly negative effect on weight. It’s possible that more sickly and skinnier children were breastfed longer than healthier children.