[程式] SAS 使用 Proc serverity 不同Dist
[軟體程式類別]:
SAS
[程式問題]:
proc severity data=newnorfinal plots(markcensored marktruncated )=pp;
model newmaxnorvalue / crit=AD;
dist Gumbel init=(mu=0 sigma=1);
run;
ERROR: None of the specified distributions are valid. Cannot proceed.
[軟體熟悉度]:
中(3~9個月)
[問題敘述]:
我創了一個樣本(N>1000)想要做fit modle,所以是用Serverity Procedure,但他內建
predefined distributions沒有Gumbel Dist,但Proc unvariate可以叫Gumbel做P-P
Plot
想問說SAS裡面有沒有library裡面有Gumble Dist讓我可以用option呼叫出來,然後執行
上面程式不會出現ERROR
(我不太會用Proc fcmp再做一個Gumble的Model...)
假如真的沒有這種方法的話不知道可不可以寫個比較短的Gumbel(mu=0 sigma=1)的程式碼
[程式範例]:
(如上)
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.112.25.108