由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 请问proc genmod, sas问题
相关主题
sas error message求教:SAS怎样实现限制必须经过某个点的GLM
MCMC算法的Posterior Std. 一定是减少的么?求助:Power analysis for poisson regression?
Clustered Data能用GEE或Mixed Model吗?Proc Genmod 模型
请问:想fit gamma 并同时用lasso的方法做variable selection极菜的SAS问题 -- 最简单的线性回归
请问哪里有PCA的SAS code 啊[合集] sas中proc logistic和genmond区别是?
SPSS 和 R 的问题大家一般有什么软件做association study?
用R的optim Hessian=T option得到负的varaince正常吗弱问sas问题about loglinear model
Help~~a question about SASproc genmod offset
相关话题的讨论汇总
话题: warning话题: proc话题: converge话题: hessian话题: genmod
进入Statistics版参与讨论
1 (共1页)
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 那么长时间,还说我内存不够。好愁呵。
:
: 的。

1 (共1页)
进入Statistics版参与讨论
相关主题
proc genmod offset请问哪里有PCA的SAS code 啊
怎么在sas中计算sensitivity,关于genmod?SPSS 和 R 的问题
怎么去读proc genmod的output(关于multinomial)用R的optim Hessian=T option得到负的varaince正常吗
关于lasso的variable selection问题Help~~a question about SAS
sas error message求教:SAS怎样实现限制必须经过某个点的GLM
MCMC算法的Posterior Std. 一定是减少的么?求助:Power analysis for poisson regression?
Clustered Data能用GEE或Mixed Model吗?Proc Genmod 模型
请问:想fit gamma 并同时用lasso的方法做variable selection极菜的SAS问题 -- 最简单的线性回归
相关话题的讨论汇总
话题: warning话题: proc话题: converge话题: hessian话题: genmod