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
Post a Comment