[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

[R] suppress to bring value label with spss.system.file

2015-10-08 Thread Yongnam Kim
Hello all, I know how to suppress to bring value labels from SPSS when importing sav file using foreign package by "use.value.labels = FALSE" in read.spss function. But, I don't know how to do the same thing when using memisc pkg, in particular, with the spss.system.file function. Many thanks!

[R] how to suppress to bring value labels with memisc pkg

2015-10-07 Thread Yongnam Kim
Hello all, I know how to suppress to bring value labels from SPSS when importing sav file using foreign package by "use.value.labels = FALSE" in read.spss function. But, I don't know how to do the same thing when using memisc pkg, in particular, with the spss.system.file function. Many thanks!