Read SPSS file into R

后端 未结 14 1747
情歌与酒
情歌与酒 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:57

    1)

    I've found the program, stat-transfer, useful for importing spss and stata files into R.

    It resolves the issue you mention by converting spss to R dataset. Also very useful for subsetting super large datasets into smaller portions consumable by R. Not free, but a very useful tool for working with datasets from different programs -- especially if you don't have access to them.

    2)

    Memisc package also has an spss function worth trying.

提交回复
热议问题