UCLA Academic Technology Services HomeServicesClassesContactJobs

SPSS Textbook Examples
Applied Longitudinal Data Analysis: Modeling Change and Event Occurrence
by Judith D. Singer and John B. Willett
Chapter 9: A framework for investigating event occurrence

The graphs on this page were made with SPSS version 15.  The graphs made with the igraph command may not work in later versions of SPSS.  We are working to replace the igraph commands with ggraph.  Thank you for your understanding.


Figure 9.1 on page 321.

GET
  FILE='c:\alda\teachers.sav'.
IGRAPH /VIEWNAME='Bar Chart' /X1 = VAR(t) TYPE = SCALE /Y = $count /PANEL =
  VAR(censor) /COORDINATE = THREE /EFFECT = THREE  /X1LENGTH=3.0 /YLENGTH=3.0
 /X2LENGTH=3.0 /CHARTLOOK='NONE' /CATORDER VAR(censor) (ASCENDING VALUES
  OMITEMPTY) /BAR KEY=ON SHAPE = RECTANGLE BARBASE = SQUARE BASELINE = AUTO.

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.