由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 3groups slopes test统计问题请教
相关主题
关于multi-factor (?) regression理论?有人知道这是什么回事?proc genmod.
向版上大牛请教个问题有人用SAS么 或者统计大拿帮忙看一个低级问题 (转载)
一个最近才得到的一点经验请教一个longitudinal data的分析问题
SAS Proc Mixed Estimate for 3 way interactionCovariance of slope estimate and intercept estimate of simple linear regression怎么算
请问R中lrm和glm做logistic regression的区别急问关于PLS-DA!!
两道初中数学题,求解 (转载)小问题:请问如何分析这个数据?
R中如何选取这部分dataparameter (slope) restriction 问题
问个regression with dummy的问题做图问题
相关话题的讨论汇总
话题: year话题: estimate话题: compare话题: slopes话题: test
进入Statistics版参与讨论
1 (共1页)
z*****w
发帖数: 118
1
我的model:
proc glm data=f;
class n year;
model tc=year n n*year/solution;
lsmeans n n*year/pdiff;
estimate "compare m1-m2" n 1 -1 0;
estimate "compare m1-m3" n 1 0 -1;
estimate "compare m2-m3" n 0 1 -1;
run;
quit;
n有3组,year有6年,想test每2组之间slope的差异,不知道这样的sas code对不对?
还有estimate statement这样写,好象没有考虑interaction n*year,对吗?
1 (共1页)
进入Statistics版参与讨论
相关主题
做图问题请问R中lrm和glm做logistic regression的区别
15个包子求大牛指导做一道regression 题两道初中数学题,求解 (转载)
PCA and linear regressionR中如何选取这部分data
[R]R notation for each model?入门题问个regression with dummy的问题
关于multi-factor (?) regression理论?有人知道这是什么回事?proc genmod.
向版上大牛请教个问题有人用SAS么 或者统计大拿帮忙看一个低级问题 (转载)
一个最近才得到的一点经验请教一个longitudinal data的分析问题
SAS Proc Mixed Estimate for 3 way interactionCovariance of slope estimate and intercept estimate of simple linear regression怎么算
相关话题的讨论汇总
话题: year话题: estimate话题: compare话题: slopes话题: test