由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - Does GENMOD give class-level p-value?
相关主题
求教:SAS怎样实现限制必须经过某个点的GLMmodel fit的疑难杂症: negative binomial regression 求指点
cro里面比较常用的SAS proc都有什么proc genmod 结果的问题
请问怎么建立变量全是ordinal data的model?急,谢谢。火烧那什么了。。。。急问GLMM
有人知道这是什么回事?proc genmod.[合集] need help with a reviewer's comment
longitudinal的data,一般都用什么方法分析?请教个简单的统计问题(包子)
proc GLM和proc Reg、proc Genmod的比较GEE model一问
Biostatistician openings in Covance.该用cox regression model还是gee model?
how to convert a categorical variable into a continuous variablegenmod的问题
相关话题的讨论汇总
话题: x1话题: genmod话题: does话题: value话题: class
进入Statistics版参与讨论
1 (共1页)
c**********e
发帖数: 2007
1
Here is the example:
proc genmod data=data_one;
class id x1 x2 x3;
model y = x1 x2 x3 / dist=normal;
repeated subject=id / type=exch;
run;
The default output has p-values for each dummy variable generated by x1, but
not a p-value for x1.
Anyone help please? Thanks a ton. It seems GLM gives such p-values by
default.
c**********e
发帖数: 2007
2
In other words, how to test if x1 is significant or not?
o*********7
发帖数: 101
3
i think you must go back and check it yourself, since sas do give p value
for each factor seperately.
c**********e
发帖数: 2007
4
Faint, a "type3" option in model statement does it.
1 (共1页)
进入Statistics版参与讨论
相关主题
genmod的问题longitudinal的data,一般都用什么方法分析?
longitudinal data analysis最好用的软件是哪个proc GLM和proc Reg、proc Genmod的比较
弱弱的问一下关于one-way repeated ANOVABiostatistician openings in Covance.
问个Longitudinal study的问题how to convert a categorical variable into a continuous variable
求教:SAS怎样实现限制必须经过某个点的GLMmodel fit的疑难杂症: negative binomial regression 求指点
cro里面比较常用的SAS proc都有什么proc genmod 结果的问题
请问怎么建立变量全是ordinal data的model?急,谢谢。火烧那什么了。。。。急问GLMM
有人知道这是什么回事?proc genmod.[合集] need help with a reviewer's comment
相关话题的讨论汇总
话题: x1话题: genmod话题: does话题: value话题: class