Presentation is loading. Please wait.

Presentation is loading. Please wait.

2006 Hopkins Epi-Biostat Summer Institute1 Module 2: Bayesian Hierarchical Models Instructor: Elizabeth Johnson Course Developed: Francesca Dominici and.

Similar presentations


Presentation on theme: "2006 Hopkins Epi-Biostat Summer Institute1 Module 2: Bayesian Hierarchical Models Instructor: Elizabeth Johnson Course Developed: Francesca Dominici and."— Presentation transcript:

1 2006 Hopkins Epi-Biostat Summer Institute1 Module 2: Bayesian Hierarchical Models Instructor: Elizabeth Johnson Course Developed: Francesca Dominici and Michael Griswold The Johns Hopkins University Bloomberg School of Public Health

2 2006 Hopkins Epi-Biostat Summer Institute2 Key Points from yesterday “Multi-level” Models:  Have covariates from many levels and their interactions  Acknowledge correlation among observations from within a level (cluster) Random effect MLMs condition on unobserved “latent variables” to describe correlations Random Effects models fit naturally into a Bayesian paradigm Bayesian methods combine prior beliefs with the likelihood of the observed data to obtain posterior inferences

3 2006 Hopkins Epi-Biostat Summer Institute3 Bayesian Hierarchical Models Module 2:  Example 1: School Test Scores The simplest two-stage model WinBUGS  Example 2: Aww Rats A normal hierarchical model for repeated measures WinBUGS

4 2006 Hopkins Epi-Biostat Summer Institute4 Example 1: School Test Scores

5 2006 Hopkins Epi-Biostat Summer Institute5 Testing in Schools Goldstein et al. (1993) Goal: differentiate between `good' and `bad‘ schools Outcome: Standardized Test Scores Sample: 1978 students from 38 schools  MLM: students (obs) within schools (cluster) Possible Analyses: 1. Calculate each school’s observed average score 2. Calculate an overall average for all schools 3. Borrow strength across schools to improve individual school estimates

6 2006 Hopkins Epi-Biostat Summer Institute6 Testing in Schools Why borrow information across schools?  Median # of students per school: 48, Range: 1-198  Suppose small school (N=3) has: 90, 90,10 (avg=63)  Suppose large school (N=100) has avg=65  Suppose school with N=1 has: 69 (avg=69)  Which school is ‘better’?  Difficult to say, small N  highly variable estimates  For larger schools we have good estimates, for smaller schools we may be able to borrow information from other schools to obtain more accurate estimates  How? Bayes

7 2006 Hopkins Epi-Biostat Summer Institute7 Testing in Schools: “Direct Estimates” Model: E(Y ij ) =  j =  + b * j Mean Scores & C.I.s for Individual Schools  b*jb*j

8 2006 Hopkins Epi-Biostat Summer Institute8 Standard Normal regression models:  ij ~ N(0,  2 ) 1.Y ij =  +  ij 2.Y ij =  j +  ij =  + b * j +  ij Fixed and Random Effects  j = X (overall avg)  j = X j (school avg) = X + b* j = X + (X j – X) Fixed Effects

9 2006 Hopkins Epi-Biostat Summer Institute9 Standard Normal regression models:  ij ~ N(0,  2 ) 1.Y ij =  +  ij 2.Y ij =  j +  ij =  + b * j +  ij A random effects model: 3. Y ij | b j =  + b j +  ij, with: b j ~ N(0,  2 ) Random Effects Fixed and Random Effects  j = X (overall avg)  j = X j (shool avg) = X + b* j = X + (X j – X) Fixed Effects Represents Prior beliefs about similarities between schools!

10 2006 Hopkins Epi-Biostat Summer Institute10 Standard Normal regression models:  ij ~ N(0,  2 ) 1.Y ij =  +  ij 2.Y ij =  j +  ij =  + b * j +  ij A random effects model: 3. Y ij | b j =  + b j +  ij, with: b j ~ N(0,  2 ) Random Effects  Estimate is part-way between the model and the data  Amount depends on variability (  ) and underlying truth (  ) Fixed and Random Effects  j = X (overall avg)  j = X j (shool avg)  j = X + b j blup = X + b* j = X + (X j – X) = X + b* j = X + (X j – X) Fixed Effects

11 2006 Hopkins Epi-Biostat Summer Institute11 Testing in Schools: Shrinkage Plot  b*jb*j bjbj

12 2006 Hopkins Epi-Biostat Summer Institute12 Testing in Schools: Winbugs Data: i=1..1978 (students), s=1…38 (schools) Model:  Y is ~Normal(  s,  2 y )   s ~ Normal( ,  2  )(priors on school avgs) Note: WinBUGS uses precision instead of variance to specify a normal distribution! WinBUGS:  Y is ~Normal(  s,  y ) with:  2 y = 1 /  y   s ~ Normal( ,   ) with:  2  = 1 /  

13 2006 Hopkins Epi-Biostat Summer Institute13 Testing in Schools: Winbugs WinBUGS Model:  Y is ~Normal(  s,  y ) with:  2 y = 1 /  y   s ~ Normal( ,   ) with:  2  = 1 /     y ~  (0.001,0.001) (prior on precision) Hyperpriors  Prior on mean of school means  ~ Normal( 0, 1/1000000 )  Prior on precision (inv. variance) of school means   ~  (0.001,0.001) Using “Vague” / “Noninformative” Priors

14 2006 Hopkins Epi-Biostat Summer Institute14 Testing in Schools: Winbugs Full WinBUGS Model:  Y is ~ Normal(  s,  y ) with:  2 y = 1 /  y   s ~ Normal( ,   ) with:  2  = 1 /     y ~  (0.001,0.001)   ~ Normal(0, 1/1000000)    ~  (0.001,0.001)

15 2006 Hopkins Epi-Biostat Summer Institute15 Testing in Schools: Winbugs WinBUGS Code: model { for( i in 1 : N ) { Y[i] ~ dnorm(mu[i],y.tau) mu[i] <- alpha[school[i]] } for( s in 1 : M ) { alpha[s] ~ dnorm(alpha.c, alpha.tau) } y.tau ~ dgamma(0.001,0.001) sigma <- 1 / sqrt(y.tau) alpha.c ~ dnorm(0.0,1.0E-6) alpha.tau ~ dgamma(0.001,0.001) }

16 2006 Hopkins Epi-Biostat Summer Institute16 Lets fit this one together! All the “model”, “data” and “inits” files are now posted on the course webpage for you to use for practice! Testing in Schools: Winbugs

17 2006 Hopkins Epi-Biostat Summer Institute17 Example 2: Aww, Rats… A normal hierarchical model for repeated measures

18 2006 Hopkins Epi-Biostat Summer Institute18 Improving individual-level estimates Gelfand et al (1990) 30 young rats, weights measured weekly for five weeks Dependent variable (Y ij ) is weight for rat “i” at week “j” Data: Multilevel: weights (observations) within rats (clusters)

19 2006 Hopkins Epi-Biostat Summer Institute19 Individual & population growth Pop line (average growth) Individual Growth Lines Rat “i” has its own expected growth line: E(Y ij ) = b 0i + b 1i X j There is also an overall, average population growth line: E(Y ij ) =  0 +  1 X j Weight Study Day (centered)

20 2006 Hopkins Epi-Biostat Summer Institute20 Improving individual-level estimates Possible Analyses 1. Each rat (cluster) has its own line: intercept= b i0, slope= b i1 2. All rats follow the same line: b i0 =  0, b i1 =  1 3. A compromise between these two: Each rat has its own line, BUT… the lines come from an assumed distribution E(Y ij | b i0, b i1 ) = b i0 + b i1 X j b i0 ~ N(  0,  0 2 ) b i1 ~ N(  1,  1 2 ) “Random Effects”

21 2006 Hopkins Epi-Biostat Summer Institute21 Pop line (average growth) Bayes-Shrunk Individual Growth Lines A compromise: Each rat has its own line, but information is borrowed across rats to tell us about individual rat growth Weight Study Day (centered)

22 2006 Hopkins Epi-Biostat Summer Institute22 Rats: Winbugs (see help: Examples Vol I) WinBUGS Model:

23 2006 Hopkins Epi-Biostat Summer Institute23 Rats: Winbugs (see help: Examples Vol I) WinBUGS Code:

24 2006 Hopkins Epi-Biostat Summer Institute24 Rats: Winbugs (see help: Examples Vol I) WinBUGS Results: 10000 updates

25 2006 Hopkins Epi-Biostat Summer Institute25 Interpretation of the results: Primary parameter of interest is beta.c Our estimate is 6.185 (95% Interval: 5.975 – 6.394) We estimate that a “typical” rat’s weight will increase by 6.2 gm/day Among rats with similar “growth influences”, the average weight will increase by 6.2 gm/day 95% Interval for the expected growth for a rat is 5.975 – 6.394 gm/day

26 2006 Hopkins Epi-Biostat Summer Institute26 WinBUGS Diagnostics: MC error tells you to what extent simulation error contributes to the uncertainty in the estimation of the mean. This can be reduced by generating additional samples. Always examine the trace of the samples. To do this select the history button on the Sample Monitor Tool. Look for:  Trends  Correlations

27 2006 Hopkins Epi-Biostat Summer Institute27 Rats: Winbugs (see help: Examples Vol I) WinBUGS Diagnostics: history

28 2006 Hopkins Epi-Biostat Summer Institute28 WinBUGS Diagnostics: Examine sample autocorrelation directly by selecting the ‘auto cor’ button. If autocorrelation exists, generate additional samples and thin more.

29 2006 Hopkins Epi-Biostat Summer Institute29 Rats: Winbugs (see help: Examples Vol I) WinBUGS Diagnostics: autocorrelation

30 2006 Hopkins Epi-Biostat Summer Institute30 Bayes-Shrunk Growth Lines WinBUGS provides machinery for Bayesian paradigm “shrinkage estimates” in MLMs Pop line (average growth) Weight Study Day (centered) Pop line (average growth) Study Day (centered) Weight Individual Growth Lines Bayes

31 2006 Hopkins Epi-Biostat Summer Institute31 School Test Scores Revisited

32 2006 Hopkins Epi-Biostat Summer Institute32 Testing in Schools revisited Suppose we wanted to include covariate information in the school test scores example Student-level covariates  Gender  London Reading Test (LRT) score  Verbal reasoning (VR) test category (1, 2 or 3, where 1 represents the highest level of understanding) School -level covariates  Gender intake (all girls, all boys or mixed)  Religious denomination (Church of England, Roman Catholic, State school or other)

33 2006 Hopkins Epi-Biostat Summer Institute33 Testing in Schools revisited Model Wow! Can YOU fit this model? Yes you can! See WinBUGS>help>Examples Vol II for data, code, results, etc. More Importantly: Do you understand this model?

34 2006 Hopkins Epi-Biostat Summer Institute34 Additional Comments: Y is actually standardized score (difference from expected norm in standard deviations) What are the fixed effects in the model?  The β are the fixed effects (measured both at the school and student level)  Assume these are independent normal

35 2006 Hopkins Epi-Biostat Summer Institute35 What are the random effects in the model?  The α are the random effects (at the school level)  Assume these are multivariate normal  These may represent a) inherent school differences (random intercept) b) inherent school difference in terms of LRT and c) inherent school differences in terms of VR test  Fixed effects interpretations are conditional on schools where these random effects are similar. In this example we also put a model on the overall variance: we assume that the inverse of the between-pupil variance will increase linearly with LRT score Additional Comments:

36 2006 Hopkins Epi-Biostat Summer Institute36 Some results:

37 2006 Hopkins Epi-Biostat Summer Institute37 Gamma[1] to Gamma[3] represent the means of the random effects distributions Gamma[1] is the mean of the random intercept distribution; hard to interpret in this case Gamma[2] is the mean of the random effect of LRT  Among children from schools with similar latent effects, a one unit increase in LRT yeilds a 0.03 standard deviation increase in the child’s test score. Some results:

38 2006 Hopkins Epi-Biostat Summer Institute38 Gamma[3] is the mean of the random effect for the VR test. Among children from schools with similar latent effects, children with the highest VR scores have test scores that are on average 0.95 standard deviations greater than children with the lowest VR scores (95% CI: 0.78 – 1.12) Among children from schools with similar latent effects, children with the “moderate” VR scores have test scores that are on average 0.42 standard deviations greater than children with the lowest VR scores (95% CI: 0.29 – 0.54). Some results:

39 2006 Hopkins Epi-Biostat Summer Institute39 Among children from similar schools, girls have average test scores that are 0.17 standard deviation greater than boys (95% CI: 0.08 – 0.27) Among similar schools, all girls schools have average test scores that are 0.12 standard deviations greater than mixed schools (95% CI: -0.15 – 0.37) Some results:

40 2006 Hopkins Epi-Biostat Summer Institute40 Bayesian Concepts Frequentist: Parameters are “the truth” Bayesian: Parameters have a distribution “Borrow Strength” from other observations “Shrink Estimates” towards overall averages Compromise between model & data Incorporate prior/other information in estimates Account for other sources of uncertainty Posterior  Likelihood * Prior


Download ppt "2006 Hopkins Epi-Biostat Summer Institute1 Module 2: Bayesian Hierarchical Models Instructor: Elizabeth Johnson Course Developed: Francesca Dominici and."

Similar presentations


Ads by Google