[R] assignment of inidividual variables from spss save files

2005-06-13 Thread Mike Day
New to R, can't afford SPSS! Why can't I assign spss variables? Here are the details. ### I've read in my collaborator's sav file using read.spss, eg children = read.spss(filename) ### It has many variables length(children) [1] 347 ### and I would like to assign individual variables.

Re: [R] assignment of inidividual variables from spss save files

2005-06-13 Thread Peter Dalgaard
Mike Day [EMAIL PROTECTED] writes: New to R, can't afford SPSS! Why can't I assign spss variables? Here are the details. ### I've read in my collaborator's sav file using read.spss, eg children = read.spss(filename) ### It has many variables length(children) [1] 347 ### and

Re: [R] assignment of inidividual variables from spss save files

2005-06-13 Thread Romain Francois
Le 13.06.2005 09:22, Mike Day a crit : New to R, can't afford SPSS! Why can't I assign spss variables? Here are the details. ### I've read in my collaborator's sav file using read.spss, eg children = read.spss(filename) ### It has many variables length(children) [1] 347 ### and I

Re: [R] assignment of inidividual variables from spss save files

2005-06-13 Thread BXC (Bendix Carstensen)
07 06 [EMAIL PROTECTED] www.biostat.ku.dk/~bxc -- -Original Message- From: Romain Francois [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 9:48 AM To: Mike Day; RHELP Subject: Re: [R] assignment of inidividual variables from spss save files Le

Re: [R] assignment of inidividual variables from spss save files

2005-06-13 Thread Thomas Lumley
On Mon, 13 Jun 2005, BXC (Bendix Carstensen) wrote: The key to solving your problem is that read.spss per default gives you a *list* and not a *dataframe* (can anyone explain this choice of default?). The reason for the default is speed. It's possible that the default could be changed to