1 / 25

A Gentle Introduction to Linear Mixed Modeling and PROC MIXED Richard Charnigo

A Gentle Introduction to Linear Mixed Modeling and PROC MIXED Richard Charnigo Associate Professor of Statistics and Biostatistics Director of Statistics and Psychometrics Core, CDART RJCharn2@aol.com. Objectives. First hour: 1. Be able to formulate linear mixed models for

Download Presentation

A Gentle Introduction to Linear Mixed Modeling and PROC MIXED Richard Charnigo

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A Gentle Introduction to Linear Mixed Modeling and PROC MIXED Richard Charnigo Associate Professor of Statistics and Biostatistics Director of Statistics and Psychometrics Core, CDART RJCharn2@aol.com

  2. Objectives First hour: 1. Be able to formulate linear mixed models for longitudinal data involving a categorical and a continuous covariate. 2. Understand how linear mixed modeling goes beyond linear regression and repeated measures ANOVA. Second hour: 3. Be able to use PROC MIXED to fit a linear mixed model for longitudinal data involving a categorical and a continuous covariate.

  3. Motivating example The Excel file at {www.richardcharnigo.net/mixed} contains a simulated data set: Two hundred college freshmen (“ID”) who drink alcohol are asked to estimate the number of drinks consumed during the preceding year. From this number we obtain an estimate of the average weekly number of drinks (“Drink”). The students are also assessed on negative urgency; the results are expressed as Z scores (“NegUrg”). One and two years later (“Time”), the students supply updated estimates of their drinking.

  4. Motivating example • Two obvious “research questions” are: • Is there an association between negative urgency and drinking at baseline ? • Does drinking tend to change over time and, if so, is the change predicted by negative urgency at baseline ? • Of course, we can envisage more complicated and realistic scenarios ( e.g., with additional personality variables and/or interventions ), but this simple scenario will help us get a hold of linear mixed modeling and PROC MIXED.

  5. Exploratory data analysis Before pursuing linear mixed (or other statistical) modeling, we are well-advised to engage in exploratory data analysis. This can alert us to any gross mistakes in the data set, heretofore undetected, which may compromise our work. This can also suggest a structure for the linear mixed model and help us to anticipate what the results should be.

  6. Exploratory data analysis

  7. Exploratory data analysis

  8. Exploratory data analysis

  9. Exploratory data analysis

  10. Exploratory data analysis • The scatterplots suggest the following: • There are some outlying values, and drinking is not normally distributed, but there are not any values that are obviously fabricated or miskeyed. • There appears to be a positive association between drinking and negative urgency at baseline, which strengthens over time as those higher in negative urgency seem to be drinking more in later years. • The latter impression is also conveyed by the plot of means and standard errors.

  11. A first linear mixed model We will log-transform drinking before fitting any linear mixed models, since linear mixed modeling assumes approximate normality of the outcome variable at fixed values of the predictor variables. Hereafter let Yjk denote subject j’s log-transformed drinking score at time k. Consider these three equations: Yjk = a0 + a1 k + error, if subject j is low Yjk = b0 + b1 k + error, if subject j is average Yjk = c0 + c1 k + error, if subject j is high on negative urgency.

  12. A first linear mixed model Three comments are in order: First, we are in essence regressing (log-transformed) drinking on time but allowing each subject to have one of three intercepts and one of three slopes, according to his/her negative urgency. Second, our research questions amount to asking whether a0 , b0 , c0 differ from each other, whether a1 , b1 , c1 differ from zero, and whether a1 , b1 , c1 differ from each other.

  13. A first linear mixed model Third, the linear mixed model defined by the three equations can be expressed as a linear regression model. Let X1 and X2 respectively be dummy variables for low and high negative urgency. Then we may write Yjk = b0 + (a0 – b0) X1j + (c0 – b0) X2j + ( b1 + (a1 – b1) X1j + (c1 – b1) X2j ) k + error.

  14. A first linear mixed model Now let us examine the results from fitting the linear mixed model using PROC MIXED. We see that PROC MIXED used all available observations ( 540 ), including observations from subjects who dropped out early ( 60 ). Along with accommodating a continuous covariate ( time ), this is why linear mixed modeling goes beyond a standard repeated measures ANOVA.

  15. A first linear mixed model The variance of the error term is estimated to be 0.41. The estimates of the intercepts a0 , b0 , c0 are 0.87, 1.05, and 1.16. The estimates of the slopes a1 , b1 , c1 are -0.13, 0.08, and 0.27.

  16. A first linear mixed model We can also use PROC MIXED to estimate any linear combinations of a0 , b0 , c0 , a1 , b1 , c 1. For example, below are estimates of c0 – a0 ( high vs. low negative urgency freshmen ), ( c0 + c1 ) – ( a0 + a1 ) ( high vs. low negative urgency sophomores ), and ( c0 + 2c1 ) – ( a0 + 2a1 ) ( high vs. low negative urgency juniors ).

  17. A second linear mixed model As noted earlier, our first linear mixed model can be expressed as a linear regression model. How, then, does linear mixed modeling go beyond linear regression ? The answer is that we may also allow each subject to have his/her own personal intercept and slope, not merely choose from among three intercepts and three slopes. The personal intercept and slope may be related to negative urgency and to unmeasured or unmeasurable characteristics.

  18. A second linear mixed model More specifically, we may propose the following: Yjk = b0 + (a0 – b0) X1j + (c0 – b0) X2j + P1j ( b1 + (a1 – b1) X1j + (c1 – b1) X2j + P2j ) k + error. Above, P1j and P2j are unobserved zero-mean variables that adjust the intercept and slope for subject j. Thus, the interpretations of a0 , b0 , c0 , a1 , b1 , c1 are subtly altered. They are now the average intercepts and slopes for subjects who are low, average, and high on negative urgency. Even so, our research questions are still addressed by estimating a0 , b0 , c0 , a1 , b1 , c1.

  19. A second linear mixed model While we can “predict” P1j and P2j from the data, in practice this is rarely done. However, their variances and covariance are routinely estimated.

  20. A second linear mixed model Which model is better: the first or second ? Conceptually, the second model is appealing because P1j and P2j induce correlations among the repeated observations on subject j. Thus, we avoid the unrealistic assumption, present in linear regression, that observations are independent. Empirically, we may examine a model selection criterion such as the BIC; a smaller value is better. Here are results for the first and second models.

  21. A third linear mixed model So far we have treated negative urgency as categorical, but this is not necessary and perhaps not optimal. Let us now consider the following: Yjk = ( d0 + e0 Nj + P1j ) + ( d1 + e1 Nj + P2j ) k + error. Above, Nj denotes the continuous negative urgency variable, while P1j and P2j are, as before, adjustments to the intercept and slope.

  22. A third linear mixed model Since negative urgency was expressed as a Z score, d0 and d1 are the average intercept and slope among those average on negative urgency. Likewise, d0 + e0 and d1 + e1 are the average intercept and slope among those one standard deviation above average on negative urgency. And, d0 – e0 and d1 – e1 are the average intercept and slope among those one standard deviation below average on negative urgency.

  23. A third linear mixed model We estimate the variances and covariance of P1j and P2j as well as estimating d0 , e0 , d1 , e1 .

  24. A third linear mixed model In addition, we may estimate linear combinations of d0 , e0 , d1 , e1 . For example, 2e0 compares freshmen one standard deviation above to freshmen one standard deviation below, 2e0 + 2e1 compares sophomores, and 2e0 + 4e1 compares juniors. Moreover, the BIC prefers this model over either of the first two.

  25. What’s next ? After a short break, we will launch SAS and examine the PROC MIXED implementations of the three linear mixed models as well as the exploratory data analyses that preceded them. In addition to replicating the results shown in this presentation, we will discuss some potentially useful modifications of and additions to the SAS code ( e.g., how to estimate other linear combinations of coefficients in PROC MIXED).

More Related