If you know SPSS already why not learn R modeling syntax and do this
yourself?

If ALPHA(.05) implies that you are using stepwise variable selection note
that this is an invalid statistical technique.

Frank

Kristi Shoemaker wrote
> 
> 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@ 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.
> 


-----
Frank Harrell
Department of Biostatistics, Vanderbilt University
--
View this message in context: 
http://r.789695.n4.nabble.com/SPSS-R-tp4110995p4111006.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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