由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - null model fit statistics (in proc logistic and etc)
相关主题
SAS/IML读已有数据问题SAS求助,out of memory
SAS helpQ's when fitting exact logistic regression...
【包子】SAS 多个图在同一页请问proc genmod, sas问题
sas proc transpose can do this?lmer() 收敛的问题
R 读入excel 问题Help! proc sql;cout not null value.
Gamma distribution for power analysis,请大拿指点哭死,用SAS作logistic regression的coefficients为何全部和proc reg得到的相反??
proc corr with very large data 计算结果有错about Proc MI
Stochastic Gradient Ascent for logistic regression in R -- Convergence problem !about Proc MI
相关话题的讨论汇总
话题: model话题: logistic话题: null话题: proc话题: run
进入Statistics版参与讨论
1 (共1页)
m*****e
发帖数: 13
1
Deal All,
I want to ask a stupid question about the null model fit statistics in proc
logistic. I want to get the -2LogL of the null model. I thought there are
two ways to do that.
1) Run the model without specifying any independent variable, i.e.
proc logistic data = mydata descending;model youtcome = /firth;run;
In the output, I found:
Model Convergence Status
Convergence criterion (GCONV=1E-8) satisfied.
-2 Log L = 38.858
2) Run the model by specifying independen
m*****e
发帖数: 13
2
Can anybody help me?
If I turn off the "Firth" then the two null model fit statistics are the
same (-2LOG L). But my data has quasi-complete problem and "Firth" should
give me more reliable results.
Thanks!
1 (共1页)
进入Statistics版参与讨论
相关主题
about Proc MIR 读入excel 问题
请教一下sas proc logistic里contrast statement的用法Gamma distribution for power analysis,请大拿指点
Q on logistic modelproc corr with very large data 计算结果有错
SAS DATA 求助Stochastic Gradient Ascent for logistic regression in R -- Convergence problem !
SAS/IML读已有数据问题SAS求助,out of memory
SAS helpQ's when fitting exact logistic regression...
【包子】SAS 多个图在同一页请问proc genmod, sas问题
sas proc transpose can do this?lmer() 收敛的问题
相关话题的讨论汇总
话题: model话题: logistic话题: null话题: proc话题: run