Displaying 1 result from an estimated 1 matches for "se93rec".
2006 Jul 07
2
Diverging results with SPSS
Dear List,
I apologize in advance if this is silly. I tried to replicate an analysis I
did previously in SPSS using R, and was surprised to find different results.
So my question is: shouldn't the following SPSS syntax
REGRESSION
DEPENDENT INC89
/METHOD=ENTER hiedyrs experien SE93rec.
Yeld the same results of the following R command
modelB<-lm(INC89~HIEDYRS+EXPERIEN+SE93REC)
I assume the is some difference in some default options.Or maybe it was a
problem when the data was imported. After using the read.spss in the foreign
package, I got the following warning message:
U...