p********2 发帖数: 9939 | 1 我想run一个regression allowing for error correlation within certain clusters.
比如说,year 和 firm。
proc genmod的一个选项是repeated subject。看了看好像这就是用来specify一个
cluster where errors are correlated within this cluster.但是我要specify两个
clusters。它要我写成year*firm。这是什么意思呢?为什么有*。表示interaction?
if yes,怎么个interaction法呵?如果有三个cluster呢?
还有一个问题,我得model不能converge
WARNING: The negative of the Hessian is not positive definite. The
convergence is questionable.
WARNING: The procedure is continuing but the validity of the model fit is
questionable.
WARNING: The specified model did not converge.
WARNING: Negative of Hessian not positive definite.
WARNING: The generalized Hessian matrix is not positive definite. Iteration
will be terminated.
但是我只keep一个regressor的时候,model又能converge了。这算是虾米意思呢?我该
怎么办呢?我用proc logistic的时候都能converge没问题。那proc logistic有没有什
么option可以allow for error correlation呢?
谢谢! |
g****8 发帖数: 2828 | 2 我依稀记得 proc logistic 是做不了 proc genmod+ repeated subject 能做得事情的。 |
p********2 发帖数: 9939 | 3 为什么proc genmod+ repeated subject要take 那么长时间,还说我内存不够。好愁呵。
的。
【在 g****8 的大作中提到】 : 我依稀记得 proc logistic 是做不了 proc genmod+ repeated subject 能做得事情的。
|
g****8 发帖数: 2828 | 4 By using proc logistics and proc genmode+repeated, you are using two
different types of models.
This may be helpful for you http://www.lexjansen.com/wuss/2006/tutorials/TUT-Smith.pdf.
Based on your question,in my opinion, you need to use the repeated one.
Sometimes, the iteration dose take time. If you specify a convergence criterion, it will be faster.
呵。
【在 p********2 的大作中提到】 : 为什么proc genmod+ repeated subject要take 那么长时间,还说我内存不够。好愁呵。 : : 的。
|