Skip to content
Prev 43482 / 398506 Next

Assistance with data import from Statistica

Uwe Ligges <ligges at statistik.uni-dortmund.de> writes:
I suspect that was what Steve was trying to avoid...

According to our documentation, read.spss *should* be able to read
.por files:

    'read.spss' reads a file stored by the SPSS 'save' and 'export'
     commands and returns a list.

(and EXPORT is the SPSS for creating portable files).

Whether this is actually true and whether it also applies to labels,
should be worth an experiment to find out... Our code is based on the
PSPP code by Ben Pfaff and that seems to have deciphered the file
format ( http://www.gnu.org/software/pspp/manual/pspp_toc.html )
pretty well, but we may not have lifted enough of the code for
portable files.

        -p