r - Convert .rdata to .sas7bdat or .sav -


I have an R dataset (a .didata file) that I need to convert to SAS (.sas7bdat or .xpt) Or SPSS (.sav or .por) How can I import this dataset into SAS or SPSS?

If you want to use it in SPSS, consider using the STATS_GETR extension command Can read workspaces or data files and directly map to the appropriate elements on the SPSS dataset. This extension command is available from the SPSS community (www.ibm.com/developerworks/spssdevcentral) website, or for Data 22, it can be installed through the Utilities menu.

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -