UCLA Academic Technology Services HomeServicesClassesContactJobs
Help the Stat Consulting Group by giving a gift             
Loading

SPSS Code Fragment: 
Simple Main Effects On Within Subjects Factors

Factors a and b are within subjects while factor c is between subjects. The a*b interaction is statistically significant and we want to do tests of simple main effects on differences in a within each level of b.

manova
  y1 y2 y3 y4 by c(1,2)
  /wsf = a(2) b(2)
  /wsd= b, a w b(1), a w b(2)
  /design c.

How to cite this page

Report an error on this page or leave a comment

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.