Java Mailing List Archive

http://www.r-help.com/

Home » Home (12/2007) » R Help for Statistical Computing »

[R] read.spss (package foreign) and SPSS 15.0 files

RINNER Heinrich

2007-04-05

Replies:

Hello,

does anyone have experience with reading SPSS Version 15.0 files into R (version 2.4.1, WinXP)?

I have long been sucessfully reading SPSS files with read.spss from the wonderful foreign package, but somehow after upgrading from SPSS14 to SPSS15 I seem to have problems.

Trying a simple example, where test.sav is a SPSS 15.0 data file consisting of x1=c(1,2,3) and x2=c("a","b","c"), I get this:
> read.spss(file = "C:\\temp\\test.sav")
Fehler in read.spss(file = "C:\\temp\\test.sav") :
    error reading system-file header
Zusätzlich: Warning message:
C:\temp\test.sav: File-indicated character representation code (Unknown) is not ASCII

version infos:
R version 2.4.1 (under WinXP)
foreign version 0.8-18

Has anyone experienced the same, and can give a solution here (possibly other than "downgrade to SPSS14.0" ;-))?

Regards,
Heinrich.

______________________________________________
R-help@(protected)
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.
©2008 r-help.com - Jax Systems, LLC, U.S.A.