I'm an SPSS user trying to make the transition to R.

Can someone help me translate the following SPSS code into R?:


GLM Total_tp1 Total_tp2 WITH Age Sex
  /WSFACTOR=Time 2 Repeated
  /METHOD=SSTYPE(3)
  /CRITERIA=ALPHA(.05)
  /WSDESIGN= Time
  /DESIGN= Age Sex Age*Sex.

Also. can anyone recommend any resources to help SPSS users learn to things in 
R?

Thanks,
-kristi

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to