由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - help with contrast statement in proc genmod
相关主题
有人知道这是什么回事?proc genmod.Proc Genmod 模型
SAS daily tips - GEE极菜的SAS问题 -- 最简单的线性回归
Help~~a question about SASPoisson and Binomial
用sas作discrete choice model求教[合集] sas中proc logistic和genmond区别是?
[合集] need help with a reviewer's comment大家一般有什么软件做association study?
求教:SAS怎样实现限制必须经过某个点的GLM在sas 里面,poisson regression model里面,response variable可以是binary吗?
求助:Power analysis for poisson regression?Does anyone here use WPS?
对应STATA的SAS CODE弱问sas问题about loglinear model
相关话题的讨论汇总
话题: contrast话题: genmod话题: proc话题: dum2话题: dum1
进入Statistics版参与讨论
1 (共1页)
m*i
发帖数: 8
1
Hi,everybody
I have a question about how to write contrast in proc genmod to test whether
the effect of the two dummy variables are simultaneously zero, is the
following contrast correct? If not, how should I write the contrast?
Thanks in advance and happy holiday.
MDI
proc genmod data=work.tmp descending;
title "GEE";
class IDSubject dum1(ref='0') dum2(ref='0') /param=ref;
model &depVar=dum1 dum2/link=logit dist=bin offset=logmiles lrci waldci
type3;
repeated subject=IDSubject/type=ind;
contrast 'two indicators are simultaneously zero' dum1 -1 1, dum2 -1 1;
run;
help with contrast statement in proc genmod
1 (共1页)
进入Statistics版参与讨论
相关主题
弱问sas问题about loglinear model[合集] need help with a reviewer's comment
how do you deal with sparse data?求教:SAS怎样实现限制必须经过某个点的GLM
proportion test求助:Power analysis for poisson regression?
proc genmod offset对应STATA的SAS CODE
有人知道这是什么回事?proc genmod.Proc Genmod 模型
SAS daily tips - GEE极菜的SAS问题 -- 最简单的线性回归
Help~~a question about SASPoisson and Binomial
用sas作discrete choice model求教[合集] sas中proc logistic和genmond区别是?
相关话题的讨论汇总
话题: contrast话题: genmod话题: proc话题: dum2话题: dum1