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

后端 未结 3 1982
遇见更好的自我
遇见更好的自我 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 15:01

    I'm not much of a SAS user either, but I've used write.xport() before and it's worked fine. My crude understanding is that there are two types of SAS files, internal ones and XPORT files. The XPORT ones are the ones that are more compatible across different versions, architectures, etc.

提交回复
热议问题