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

2004-07-27 Thread Sara Drew
PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Thomas Lumley Sent: Monday, July 26, 2004 7:29 AM To: Karl Knoblick Cc: [EMAIL PROTECTED] Subject: Re: [R] Read SPSS data (*.sav) in R 1.8.0 (ok) and R1.9.1(error) On Mon, 26 Jul 2004, [iso-8859-1] Karl Knoblick wrote: > Hallo! > > I read

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

2004-07-26 Thread Thomas Lumley
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

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

2004-07-26 Thread Jonathan Baron
On 07/26/04 10:36, 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. > >Doe

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

2004-07-26 Thread Karl Knoblick
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 R