Read SPSS file into R

后端 未结 14 1746
情歌与酒
情歌与酒 2020-12-12 14:17

I am trying to learn R and want to bring in an SPSS file, which I can open in SPSS.

I have tried using read.spss from foreign and s

14条回答
  •  温柔的废话
    2020-12-12 14:52

    There is no such problem with packages you are using. The only requirement for read a spss file is to put the file into a PORTABLE format file. I mean, spss file have *.sav extension. You need to transform your spss file in a portable document that uses *.por extension.

    There is more info in http://www.statmethods.net/input/importingdata.html

提交回复
热议问题