UCLA Academic Technology Services HomeServicesClassesContactJobs
Search

Mplus Textbook Examples
An Introduction to Latent Variable Growth Curve Modeling
by Duncan, Duncan, Strycker, Li, & Alpert

SPSS Example of Linear and Quadratic Growth

data list list file = "f:\ddsla\ch2raw.dat" /y1 y2 y3 .
execute.

VARSTOCASES /ID = id
 /MAKE alcuse FROM y1 y2 y3
 /INDEX = time(3).

compute timelin = time-1.
compute timequad = timelin*timelin.

mixed alcuse with timelin timequad
  /fixed = intercept timelin timequad
  /repeated time | subject(id) covtype(cs)
  /print=solution.

Mixed Model Analysis

Fixed Effects

Covariance Parameters


How to cite this page

Report an error on this page

UCLA Researchers are invited to our Statistical Consulting Services
We recommend others to our list of Other Resources for Statistical Computing Help
These pages are Copyrighted (c) by UCLA Academic Technology Services


The content of this web site should not be construed as an endorsement of any particular web site, book, or software product by the University of California.