Re: [R] importing spss files without value labels

2015-10-10 Thread Paul Bivand
Most users of spss files need to have the value labels as they handle categorical variables, with the numeric representation being arbitrary. So the packages that handle importing them (foreign, Hmisc, memisc, haven) make that easy. For numeric variables, survey houses often categorise different

[R] importing spss files without value labels

2015-10-09 Thread Yongnam Kim
Hi all, I know how to import spss data file (.sav) to R using foreign pkg like read.spss(file, use.value.labels = FALSE,...) but I like to use a different pkg, in particular, memisc. Is there any corresponding way to drop the value labels when importing? Many thanks, [[alternative HTML

Re: [R] importing spss files without value labels

2015-10-09 Thread David Winsemius
On Oct 9, 2015, at 9:19 AM, Yongnam Kim wrote: > Hi all, > > I know how to import spss data file (.sav) to R using foreign pkg like > read.spss(file, use.value.labels = FALSE,...) but I like to use a different > pkg, in particular, memisc. Is there any corresponding way to drop the > value