作者AmigoSafin ()
看板Statistics
標題[程式] SAS how many iterations 問題
時間Sun Oct 28 11:15:48 2018
TITLE請註名軟體類別 如[程式] stata
[軟體程式類別]:
SAS
[程式問題]:
資料處理、迴歸、敘述統計、logistic、probit...等
資料處理
[軟體熟悉度]:
新手
[問題敘述]:
大家好
想問一下當"@" holds the line做if..else..判斷
然後接下一個input時 到底有幾個iterations我有點困惑
例如以下這個案例
[程式範例]:
Input salesID $ Location $ @;
if Location="USA" then
input SalesDate :mmddyy10.
Amount;
else if Location="EUR" then
input SaleDate: date9.
Amount : commax8.;
我自己認為 上述案例只有一次interation
想跟大家問問看
謝謝了!
--
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 8.41.66.201
※ 文章網址: https://webptt.com/m.aspx?n=bbs/Statistics/M.1540696552.A.C49.html