PDA

View Full Version : [SOLVED] spss files with other tools?


Scarath
December 3rd, 2007, 10:03 AM
Is there anyway of converting Spss files to open in another (open source) tool?

Preferably 'R', Salstat or PSPP?

thanks

UbuWu
December 4th, 2007, 11:23 AM
I think rkward can import spss files, but I am not sure...

akniss
December 5th, 2007, 01:43 AM
Is there anyway of converting Spss files to open in another (open source) tool?
Preferably 'R', Salstat or PSPP?
thanks

I've never actually used it (as I'm not an SPSS user) so I can't speak to its usefulness, but R has a function to read in spss files.
R
library(foreign)
?read.spss

Scarath
December 6th, 2007, 08:53 AM
thanks guys