BIOS623 Research Note

Val Pocus

11/30/2016

Introduction

Study on the effects of vitamin A vitamin supplementation on growth

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

Methods

Analyses

Results

Cross-sectional effect of age and breastfeeding on childhood weight

Results

Results

Covariance structure: within-subject correlation

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)

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} \]

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} \]

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)

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

df AIC
fem1 201 1170.907
lme.ar1 7 1733.418
gls.ar1 6 1770.514

Discussion

Best fit: LME

Interpretation: