Re: [問題] SAS中使用SQL與MERGE合併資料

看板Statistics作者 (wasabee)時間12年前 (2011/12/05 00:10), 編輯推噓2(201)
留言3則, 2人參與, 最新討論串3/3 (看更多)
幫忙想一下: data AB (drop=common_); set A; do i = 1 to nobs; set b (rename=(common=common_)) nobs=nobs point=i; if common=common_ then output; end; run; -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 61.231.71.129

12/06 14:39, , 1F
這方法不就是PharmaSUG2011裡面的一篇paper
12/06 14:39, 1F

12/06 14:42, , 2F
原po可以搜尋一下2011年 paper TU05
12/06 14:42, 2F
文章代碼(AID): #1EsvjRUN (Statistics)
文章代碼(AID): #1EsvjRUN (Statistics)