由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - effect size calculation in repeated measurements ?
相关主题
请教一个PROC MIXED做REPEATED MEASUREMENT问题在glm中,如果lsmeans和means结果冲突
包子急求翻译 SAS codegenmod的问题
请教个问题关于 default rate in profit calculation请问repeated measure design是做什么的?
How to use Proc format【包子题】
请教:SAS 处理Repeated Measurement的问题关于multivariate repeated measurments model 的H0
measuring the change of intercept事关毕业,务必指点! covariance structure
What shall I call this studyask help in R
How to express cut-off value请教:Repeated measures ANOVA (SAS proc mix)
相关话题的讨论汇总
话题: trt话题: effect话题: time话题: patient话题: repeated
进入Statistics版参与讨论
1 (共1页)
e****t
发帖数: 766
1
suppose, each patient will be measured at 1,2,3,4 time, but there is missing
value at different timepoint.
we fit model as
proc mixed ;
class sub time trt ;
model sub = time trt time * trt;
repeated time / sub = sub type = un ;
lsmeans trt * time / pdiff ;
run;
when calculating effect size,
we use ls Means diff / (SE / sqrt (1/n1 + 1/n2))
here n1 and n2 should be patient number in different group.
or should be patient number in different group by visit (due to missing,
observations at each visit may be different from n1 and n2. )
I am thinking the patient number in different group make more sense.
so at each visit, observation number could be differnt. when calculating the
effect size at differnt visit, we rely on the patient numbers (constant )
e****t
发帖数: 766
2
but i dont have any strong evidence on it.
can any one give any thoughts ?
s*r
发帖数: 2757
3
the denominator for effect size is sd instead of se
e****t
发帖数: 766
4
yes, i agree. just when you calculate back from se to sd.
how to decide n1 and n2 ?
if using SE / (sqrpt (1/n1 + 1/n2))
thanks
s*r
发帖数: 2757
5
i only see people use raw data to get sd

【在 e****t 的大作中提到】
: yes, i agree. just when you calculate back from se to sd.
: how to decide n1 and n2 ?
: if using SE / (sqrpt (1/n1 + 1/n2))
: thanks

e****t
发帖数: 766
6
:( ls mean diff and SE is from statement:
lsmeans trt * time / pdiff;
for example, for time 4, trt 1 - trt 2, use this statement, we obtain
lsmeans diff and se....
s*r
发帖数: 2757
7
i suddenly remember that i used mse to estimate the sd for the denominator
1 (共1页)
进入Statistics版参与讨论
相关主题
请教:Repeated measures ANOVA (SAS proc mix)请教:SAS 处理Repeated Measurement的问题
[合集] 请问这种情况怎么分析, 斑竹给看看, 多谢measuring the change of intercept
请教如何用proc glimmix 分析 repeated measures with binary outcome.What shall I call this study
[合集] 一个关于random-effects model的问题How to express cut-off value
请教一个PROC MIXED做REPEATED MEASUREMENT问题在glm中,如果lsmeans和means结果冲突
包子急求翻译 SAS codegenmod的问题
请教个问题关于 default rate in profit calculation请问repeated measure design是做什么的?
How to use Proc format【包子题】
相关话题的讨论汇总
话题: trt话题: effect话题: time话题: patient话题: repeated