由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - How to do a trend test for continuous data in SAS?
相关主题
问题请教为什么有的公司喜欢用Unix SAS?
Categorical Analysis - 2x3 Table 中能否进行两两比较SAS question, the data have been changed (紧急求助,在线等)
问个应用问题:选美SAS code求助
Joinpoint Regression帮我看看这个是不是客气地据信,还是我还有希望?
help-how to get exact p value in sasRe: Please resommend a book for survey analy
trend test是怎么回事?现代统计学大家: John Tukey 【ZZ】
弱弱地问一句:SAS 对线性回归的趋势检验怎么做?请教proc freq 的chisq 分析
问个trend analysis的问题能帮忙解释一下Cochran's theorem和t statistics的关系吗?
相关话题的讨论汇总
话题: trend话题: test话题: continuous话题: sas话题: data
进入Statistics版参与讨论
1 (共1页)
v*******g
发帖数: 334
1
Cochran-Armitage Trend Test by proc freq is for binary data.
Thanks,
h******a
发帖数: 198
2
table a*b/ trend
v*******g
发帖数: 334
3
Thanks, it's not for continuous data

【在 h******a 的大作中提到】
: table a*b/ trend
s*r
发帖数: 2757
4
proc reg
W**********E
发帖数: 242
5
just do a regression with the covariate as linear term.
the test statistics and p-value associated with the coefficient of that term
is called trend test.

【在 v*******g 的大作中提到】
: Thanks, it's not for continuous data
v*******g
发帖数: 334
6
proc glm ;
contrast ;
does it work?
a********a
发帖数: 346
7
co-ask?
1 (共1页)
进入Statistics版参与讨论
相关主题
能帮忙解释一下Cochran's theorem和t statistics的关系吗?help-how to get exact p value in sas
请问如何建模比较四个班学习方法的不同,急等,多谢。trend test是怎么回事?
陈大师的两大硬伤和两大法宝弱弱地问一句:SAS 对线性回归的趋势检验怎么做?
请教一个survey weight的问题问个trend analysis的问题
问题请教为什么有的公司喜欢用Unix SAS?
Categorical Analysis - 2x3 Table 中能否进行两两比较SAS question, the data have been changed (紧急求助,在线等)
问个应用问题:选美SAS code求助
Joinpoint Regression帮我看看这个是不是客气地据信,还是我还有希望?
相关话题的讨论汇总
话题: trend话题: test话题: continuous话题: sas话题: data