由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 想问一下怎么看p-value
相关主题
proc genmod 结果的问题请教一下大牛们:how to fix error in computing the variance function in GEE
I have a question about logistic regression modellongitudinal的data,一般都用什么方法分析?
有人知道这是什么回事?proc genmod.Clustered Data能用GEE或Mixed Model吗?
SAS daily tips - GEEGEE model一问
How to interprate parameter estimate in Proc GENMOD fit Gamma Distribution example?一般的统计仿真实验和monte carlo simulation是一回事吗?
Proc Genmod 模型在线急等:做maximum likelihood estimation,用optimization怎么都的不出正确的数值
请教个简单的统计问题(包子)也报个offer吧.
[合集] need help with a reviewer's commentGamma distribution for power analysis,请大拿指点
相关话题的讨论汇总
话题: gee话题: parameter话题: type话题: analysis话题: value
进入Statistics版参与讨论
1 (共1页)
s*******e
发帖数: 370
1
想问问应该看那个p-value呢?
我想看看某种病的发病率每年是不是升高。code如下。
proc genmod data=p;
CLASS ID ;
model case=year /dist=nb link=log offset=logpop type3;
repeated SUBJECT=ID/TYPE=AR(1) CORRW;
run;
但是结果有2个p-value可以看。 一个是GEE parameter estimate那里,另外一个是
Score Statistics For Type 3 GEE Analysis。
应该看哪个呢?
非常感谢!
Analysis Of GEE Parameter Estimates
Empirical Standard Error Estimates
Standard 95% Confidence
Parameter Estimate Error Limits Z Pr >
|Z|
Intercept -2.0643 0.0250 -2.1132 -2.0154 -82.70 <.
0001
year 0.0603 0.0046 0.0512 0.0693 13.07 <.
0001
Score Statistics For Type 3 GEE Analysis
Chi-
Source DF Square Pr > ChiSq
year 1 4.47 0.0346
w*******n
发帖数: 469
2
type3
s*******e
发帖数: 370
3
谢谢。
那么,如果type3不显著,但是parameter estimate是显著的,那怎么report呢?
比如按照parameter estimate,某种病发病率每年上升5% (95%CI:-6%), p<0.05.
挺好一个story的。
但是type3的p不显著,那么report呢?
谢谢!

【在 w*******n 的大作中提到】
: type3
w*******n
发帖数: 469
4
if Type3 is not significant, then it could be removed from the model. No
need to report at all.
s*******e
发帖数: 370
5
啊,可是,那个是我们最关心的了。就是想看发病率是不是逐年升高呢。肯定要留在
model里的。。

【在 w*******n 的大作中提到】
: if Type3 is not significant, then it could be removed from the model. No
: need to report at all.

1 (共1页)
进入Statistics版参与讨论
相关主题
Gamma distribution for power analysis,请大拿指点How to interprate parameter estimate in Proc GENMOD fit Gamma Distribution example?
请教logistic regression问题Proc Genmod 模型
++++求解惑PROC GENMOD里的working matrix 问题+++++请教个简单的统计问题(包子)
请大家帮我看看应该用哪个model分析?GEE 还是cox regression with time varing covariate?[合集] need help with a reviewer's comment
proc genmod 结果的问题请教一下大牛们:how to fix error in computing the variance function in GEE
I have a question about logistic regression modellongitudinal的data,一般都用什么方法分析?
有人知道这是什么回事?proc genmod.Clustered Data能用GEE或Mixed Model吗?
SAS daily tips - GEEGEE model一问
相关话题的讨论汇总
话题: gee话题: parameter话题: type话题: analysis话题: value