April 30, 2007
Cover

Chapter 13

Corrections

Page 374, Figure 13.4: It should read in the figure title "and Amplitude (R) of 2".

On the top of page 358: In the SAS code, the command NOINT should be added:


      MODEL Y = MM MM*XA MM*XP TIME_ID / S NOINT DDFM=SATTERTH;

Clarifications

Page 348: If OBS_ID were to be computed using the formula given in SAS or SPSS, you would need to have an asterisk or * between NT and (DYAD_ID - 1).

Elaborations

For growth-curve modeling, another way to model nonlinearities is to use what is called a "piecewise growth model."  For instance if there were five waves which were centered the linear time variable would be {-1,-2,0,1,2}.  Say we want the slope to change after wave 3, we would add to the model two time variables: {-1,-2,0,0,0} and {0,0,0,1,2}.  The first variable would model the linear slope for waves 1 to 3 and second for waves 3 to 5.  Note these two slopes may vary.

Data and Files


The Leonard data:
    
Data (SPSS)
    Data (SAS)
    Syntax (SAS)


Go to the top.

Go to the main page of the book.