Message-ID: <20051205083842.31533.qmail@web86804.mail.ukl.yahoo.com>
Date: 2005-12-05T08:38:42Z
From: zorritillito-secure@yahoo.de
Subject: SPSS and R ? do they like each other?
In-Reply-To: <0IQP00JNEX4G0H@mail.fudan.edu.cn>
--- ronggui <042045003 at fudan.edu.cn> schrieb:
> In fact,when using read.spss to read the spss data
> file into R,the labels are retained (keeped) rather
> than be dropped.
> for example WVS is the data file be readed in,it has
> label.table and variable.labels.
> > names(attributes(WVS.CHINA))
> [1] "label.table" "variable.labels" "names"
> and label.table is something like "value: in spss
> file and variable.labels are "label" in spss data
> file.
> hope this helps.
Thank you very much! I wil try that.