[R] Read SPSS data (*.sav) in R 1.8.0 (ok) and R1.9.1(error)

Karl Knoblick karlknoblich at yahoo.de
Mon Jul 26 10:36:33 CEST 2004


Hallo!

I read SPSS data in the following way:

library(Hmisc)
library(foreign)
dat<-spss.get("surv_abb.sav")

In R1.9.1 I got the message:
"Error in all(arg == choices) : Object "typeDate" not
found"

In R1.8.0 the same script works fine.

Does anybody know a possibilty to read a SPSS file
under R1.9.1?

Thanks!
Karl




More information about the R-help mailing list