boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - mixed model question
相关主题
有人熟悉hierarchical linear model吗?
Experimental design problem
How to compare two ratios?
请教做过Multiple Imputation 的牛牛们
Intent to treat population
请教一个prospective design中困扰我许久的问题
请教一个PROC MIXED做REPEATED MEASUREMENT问题
Help: mixed model
# of subjects/clusters in mixed model
有谁知道crossover design里面作linear mixed model如何计算coefficient of variation (CV)?
相关话题的讨论汇总
话题: nested话题: subject话题: treatment话题: visit话题: session
进入Statistics版参与讨论
1 (共1页)
n*****3
发帖数: 66
1
how to fit a mixed model with subject nested in treatment group, and time
points nested in visit? so, there are two treatment groups, subjects have 7
visits, each visit has 3 session (time points). Is there a way to specify
two nested effects?
x******6
发帖数: 160
2
Is this the hierarchical structure from high to low?
Treatment group
subject
visit
session
if so, then I think you can do
repeated session / visit(subject) subject_ID(treatment_ID)

7

【在 n*****3 的大作中提到】
: how to fit a mixed model with subject nested in treatment group, and time
: points nested in visit? so, there are two treatment groups, subjects have 7
: visits, each visit has 3 session (time points). Is there a way to specify
: two nested effects?

n*****3
发帖数: 66
3
how to fit a mixed model with subject nested in treatment group, and time
points nested in visit? so, there are two treatment groups, subjects have 7
visits, each visit has 3 session (time points). Is there a way to specify
two nested effects?
x******6
发帖数: 160
4
Is this the hierarchical structure from high to low?
Treatment group
subject
visit
session
if so, then I think you can do
repeated session / visit(subject) subject_ID(treatment_ID)

7

【在 n*****3 的大作中提到】
: how to fit a mixed model with subject nested in treatment group, and time
: points nested in visit? so, there are two treatment groups, subjects have 7
: visits, each visit has 3 session (time points). Is there a way to specify
: two nested effects?

n*****3
发帖数: 66
5
Thank you for replying!
but the syntax doesn't work. any other suggestions?

【在 x******6 的大作中提到】
: Is this the hierarchical structure from high to low?
: Treatment group
: subject
: visit
: session
: if so, then I think you can do
: repeated session / visit(subject) subject_ID(treatment_ID)
:
: 7

s*********i
发帖数: 218
6
Which two nesting effects do you mean? I saw three. There is a software
called HLM that handles 3-level models, but yours has 4 levels. I guess SAS
can handle this?

how to fit a mixed model with subject nested in treatment group, and time
points nested ........

【在 n*****3 的大作中提到】
: how to fit a mixed model with subject nested in treatment group, and time
: points nested in visit? so, there are two treatment groups, subjects have 7
: visits, each visit has 3 session (time points). Is there a way to specify
: two nested effects?

x******6
发帖数: 160
7
Try this:
Repeat session /subject= visit(subject);
Repeat session/ subject=subject_ID(treatment_id);
1 (共1页)
进入Statistics版参与讨论
相关主题
有谁知道crossover design里面作linear mixed model如何计算coefficient of variation (CV)?
请问哪里可以找到HLM的数据?
MPLUS and SEM
如何用 SAS 9.2 PROC GLIMMIX 来model Hierarchical model 中 random effect 的人的能力参数( parameter)?
Hierarchical linear regression
请学统计的童鞋来给扫扫盲
自学SAS找工作
有没有Hierarchical Bayesian程序的视频或tutorial
Hierarchical Bayesian Model与HLM有什么区别
help for sas code
相关话题的讨论汇总
话题: nested话题: subject话题: treatment话题: visit话题: session