On Mon, 26 Jul 2004, [iso-8859-1] Karl Knoblick wrote:

> 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?
>

YOu should just be able to use read.spss in the "foreign" package.

        -thomas

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to