作者mvp24213 (apoooo)
看板Statistics
标题[程式] sas 程式码 proc catmod疑问
时间Tue Jul 19 15:09:07 2016
请问:proc catmod
在程式码撰写时,想进行adjacent-logit model,
如此他的contrast是如何设计的?
还是下面这个程式码并不是指contrast?
例如:
proc catmod order=data;
weight count;
population gender income;
model satisf=
(10033,01022,00111,
10063,01042,00121,
10093,01062,00131,
100123,01082,00110,
10030,01020,00110,
10060,01040,00120,
10090,01060,00130,
100120,01080,00140)/ml pred=freq;
run;
谢谢
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 140.120.190.44
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Statistics/M.1468912150.A.156.html
※ 编辑: mvp24213 (111.83.236.219), 07/19/2016 15:14:58
※ 编辑: mvp24213 (111.83.236.219), 07/19/2016 15:15:56