33
Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

Embed Size (px)

Citation preview

Page 1: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

Growth Curve Models Using Multilevel Modeling with SPSS

David A. Kenny

January 23, 2014

Page 2: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

Presumed Background

• Multilevel Modeling• Nested

Page 3: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

• Used to examine linear and nonlinear changes over time

• Time the key predictor variable in growth models

• Need at least three time points to model growth

3

Page 4: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

Picture of Linear Growth Curve Model for One Person

0

5

10

15

20

25

30

0 2 4 6 8 10

Time

Outcome

4

Page 5: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

• Levels– Level 1: Times– Level 2: Persons

• Spacing of time points– Each individual need not have the same

number of time points– Difference between time points need be the

same– Time points can be different for each person

5

Page 6: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

• A person period dataset• Each record is one time for each

person• Sometimes called a “narrow”

format as opposed to a “wide” format which has all the person’s times on one record.

6

Page 7: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

• Campbell, L., Simpson, J. A., Boldry, J. G., & Kashy, D. A. (2005). Perceptions of Conflict and Support in Romantic Relationships: The Role of Attachment Anxiety. Journal of Personality and Social Psychology, 88, 510-531.

• 103 Dating Couples completing a 14-day daily diary study

• Consider only the males

7

Page 8: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

DownloadDataSyntaxOutput

8

Page 9: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

• satisf: Satisfaction with the Relationship, measured on a 1 to 7 scale

• day: Day of survey from 1 to 14• time: measured in weeks and centered;

equals (day – 7.5)/7• avoidc: attachment avoidance centered (grand mean across both

men and women subtracted)• Missing cases

–One person and his partner is missing the Attachment measure–There are 11 missing satisfaction scores.–Total number of cases: 103 x 14 – 25 = 1417

9

Page 10: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014
Page 11: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

• The intercept refers to the predicted score when time equals zero.

• Thus, the scaling of time affects the intercept’s meaning.• Some common options for modeling the intercept

– Initial measurement (the usual option)– Study midpoint– Time of intervention– Study endpoint

• In the Kashy data set, 7.5 is subtracted off of each time since there are 14 time points

1111

Page 12: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

satisfaction = intercept + b(time) + c(avoidc) + d(time*avoidc) + error Intercept = predicted satisfaction score at the study midpoint (when

time = 0)b = the predicted change in satisfaction as time for a week

If the main effect of time is positive then satisfaction is increasing over time and if it is negative then satisfaction is decreasing.

c = effect of avoidance attachment on satisfactiond = Does the effect of time on satisfaction change as a function of

avoidance attachment?Error = the part of satisfaction that is not predicted by time and

avoidant attachment.

12

Page 13: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

Random EffectsRandom EffectsVariance of the intercepts

– based on the variance of how much men vary in satisfaction at study midpoint

Variance of the slopes– How much men vary in their rate of linear

change in satisfaction Covariance between the intercept and slope

– Do individuals who have higher satisfaction scores at the study midpoint change more rapidly (or slowly) than those with lower satisfaction scores at midpoint?

13

Page 14: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014
Page 15: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014
Page 16: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014
Page 17: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014
Page 18: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

MIXED satisf WITH time avoidc /FIXED=time avoidc time*avoidc /PRINT=SOLUTION TESTCOV /RANDOM=INTERCEPT time | SUBJECT(personid)

COVTYPE(UNR).

“RANDOM INTERCEPT time” Estimates a random intercept and slope variance.

UNR provides a correlation between slope and intercept.

18

Page 19: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014
Page 20: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

Satisfaction = 6.26 + 0.134(Time) + -0.140(Avoid) + 0.032(Time*Avoid)

• Intercept = 6.26– The average level of satisfaction at time = 0

• Coefficient for Time = 0.134– Over time, satisfaction increases .134 units a week– The slope is small, although it is statistically

significant. There is some evidence of an average increase in satisfaction over time for men.

• Coefficient for Avoidance = -0.140– More Avoidance less satisfaction

• No interaction of Time and Avoidance20

Page 21: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

21

Page 22: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

SPSS Output Random EffectsRandom Effects

Variance of Intercepts: Var(1) = .460*Variance of Slopes: Var(2) = .124*Correlation Inter./Slope: Corr(2,1) = -.032

/RANDOM INTERCEPT time | SUBJECT(personid) COVTYPE(UNR).

With SPSS, p values for variances (not correlations) must be divided by two to make the p values one-sided.

22

Page 23: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

Random Effects • Random effects:

– Variance in the intercepts • some men were more satisfied than others at the

midpoint. – Variance in the slopes

• some men are changing in satisfaction more than others.

– Slope-intercept covariance• Men with higher values at time 0 change more slowly

than those with lower values, but this correlation is not significant and small.

23

Page 24: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

Autoregressive Errors• Bolger, N., & Laurenceau, J.-P. (2013).

Intensive longitudinal methods: An introduction to diary and experience sampling research. New York: Guilford Press.

• They suggest having errors that affect one another:

e1 e2 e3

autoregressive errors24

Page 25: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

MIXED satisf WITH time avoidc /FIXED=time avoidc time*avoidc /PRINT=SOLUTION TESTCOV /RANDOM=INTERCEPT time | SUBJECT(personid)

COVTYPE(UNR) /REPEATED day | SUBJECT(personid) COVTYPE(AR1).

25

Page 26: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

26

Page 27: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

Changes

27

Half as much slope variance

Page 28: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

Convergence Issues: SPSS• Sometimes run will not converge and you get

the message:

• What to do?– Theoretical Solutions– Computational Solutions

28

Page 29: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

Theoretical• Possibilities

–A variance component you want to estimate is very small.

–Two variance components are too highly correlated.

• Solution: Drop or combine component.• Note if a variance component is estimated

as zero, you always get this warning.

29

Page 30: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

Computational• SPSS is poor at finding a solution: Use another

program. • SPSS changes

– Change UNR to UN.– If a predictor is random (e.g., time) increase the size

of its variance by decreasing the variance of a predictor.• That was why the units for “time” is weeks not

“days.”– Make the following changes on the “Estimation”

screen:

30

Page 31: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

31

Increase

Increase

Increase

These are things that work for me. There may well be

better options.

Page 32: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

Thanks! Debby Kashy Tessa West

32

Page 33: Growth Curve Models Using Multilevel Modeling with SPSS David A. Kenny January 23, 2014

33

More WebinarsReferences (pdf)ProgramsRepeated MeasuresTwo-Intercept ModelCrossed DesignOther Topics