由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - binomial test with repeated measures?
相关主题
请教一个PROC MIXED做REPEATED MEASUREMENT问题事关毕业,务必指点! covariance structure
请教:SAS 处理Repeated Measurement的问题ask help in R
[合集] 如果对两组时间序列进行相关分析请教:Repeated measures ANOVA (SAS proc mix)
如何分析这个data?[合集] 请问这种情况怎么分析, 斑竹给看看, 多谢
GEE model一问请教如何用proc glimmix 分析 repeated measures with binary outcome.
请问repeated measure design是做什么的?[合集] 一个关于random-effects model的问题
【包子题】[合集] 这算什么DESIGN
关于multivariate repeated measurments model 的H0一个统计问题,说不定你知道 (转载)
相关话题的讨论汇总
话题: binomial话题: repeated话题: measures话题: test话题: 二项式
进入Statistics版参与讨论
1 (共1页)
R******d
发帖数: 1436
1
有两组计数资料,之前是分别做二项式检验,就是这种普通的:
proc freq data=data order=data;
tables cat / binomial(p=0.3);
weight count;
exact binomial;
run;

现在做一个重复测量的二项式检验(即把这两组看作两个重复,不是两个单独的检验)
,类似cmh卡方。请问有这样的吗?用SAS或者R能实现吗? 谢谢。
1 (共1页)
进入Statistics版参与讨论
相关主题
一个统计问题,说不定你知道 (转载)GEE model一问
Are these two tests the same thing?请问repeated measure design是做什么的?
choose a statistical method【包子题】
Urgent! Intra-observer variability关于multivariate repeated measurments model 的H0
请教一个PROC MIXED做REPEATED MEASUREMENT问题事关毕业,务必指点! covariance structure
请教:SAS 处理Repeated Measurement的问题ask help in R
[合集] 如果对两组时间序列进行相关分析请教:Repeated measures ANOVA (SAS proc mix)
如何分析这个data?[合集] 请问这种情况怎么分析, 斑竹给看看, 多谢
相关话题的讨论汇总
话题: binomial话题: repeated话题: measures话题: test话题: 二项式