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

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -