Can anyone help me write a R data frame as a SAS data set?

后端 未结 3 1987
遇见更好的自我
遇见更好的自我 2021-02-08 14:10

In R, I have used the write.foreign() function from the foreign library in order to write a data frame as a SAS data set.

write         


        
3条回答
  •  自闭症患者
    2021-02-08 14:59

    You can do it easily with SAS : just have a test with SAS/IML (proc iml) or IMLPlus (object oriented version) with SAS/IML Studio.

    See this : http://support.sas.com/documentation/cdl/en/imlsstat/63827/HTML/default/viewer.htm#imlsstat_statr_sect004.htm

    or download SAS/IML Studio for free : http://www.sas.com/apps/demosdownloads/92_SDL_sysdep.jsp?packageID=000721 This release of SAS/IML Studio provides the capability to interface with the R language.

提交回复
热议问题