I am not sure about this but a sav file contains only one dataset. Meaning
one table only.

That table could be a joining of another tables.

The R read.spss works with that on mind.

Caveman


On Tue, Jun 1, 2010 at 12:41 AM, <jinbo...@yahoo.com> wrote:

> Hi,
>
> I have a SPSS .sav file which contains a database of multiple tables, and
> each table contains multiple variables.
> I used read.spss function to load the data
>
> A<-read.spss("datafile.sav",to.data.frame = TRUE)
>
> I see variable names, but do not know how to retrieve the table (or all the
> variables corresponding to a table).
>
> -sophia
>
> ______________________________________________
> R-help@r-project.org mailing list
> 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.
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
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.

Reply via email to