由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - longitudinal的data,一般都用什么方法分析?
相关主题
longitudinal data analysis里面,GEE model 和 mixed model两个方法各有什么优越性吗?proc genmod 结果的问题
有人知道这是什么回事?proc genmod.[合集] need help with a reviewer's comment
Clustered Data能用GEE或Mixed Model吗?Proc Genmod 模型
请大家帮我看看应该用哪个model分析?GEE 还是cox regression with time varing covariate?mixed effects model 请教
求教:SAS怎样实现限制必须经过某个点的GLM请问这种数据怎么分析?
[合集] 请教PROC MIXED 高手:find difference in mean change f求教:How to analyze a categorized longitudinal outcome
请问怎么建立变量全是ordinal data的model?急,谢谢。问个PROC MIXED问题
proc GLM和proc Reg、proc Genmod的比较Proc mixed 显示non est
相关话题的讨论汇总
话题: gee话题: mixed话题: data话题: proc
进入Statistics版参与讨论
1 (共1页)
p*5
发帖数: 311
1
比如看某个药物的作用,用药组和对照组,跟踪一段时间
一般都用什么方法分析?
A*******s
发帖数: 3942
2
GEE

【在 p*5 的大作中提到】
: 比如看某个药物的作用,用药组和对照组,跟踪一段时间
: 一般都用什么方法分析?

y*****t
发帖数: 1367
3
GLM by time point或者MMRM

【在 p*5 的大作中提到】
: 比如看某个药物的作用,用药组和对照组,跟踪一段时间
: 一般都用什么方法分析?

d********t
发帖数: 837
4
There are many more , the most popular choice for continuous endpoints
is based on fully specified likelihood and covariance modeling,
possibly with random effects. GEE is often used for categorical
data,but almost never seen with continuous data in practice (maybe
gamma family?). As the usual interest in a clinical trial is for the
treatment effect at a certain timepoint, longitudinal models are mostly
used to account for missing data over time (the only exception I've
seen is to estimate coefficient of durability, but that's rarely a
primary analysis).
The assumption of MAR is implicit in the usual longitudinal mixed model
approach, while GEE can only handle MCAR data.You could also use
multiple imputation with a simple GLM with the last timepoint instead
of GEE, assuming of course MAR.
Liang&Zeger's book is often considered as the standard reference for
these kind of analyses.
s*******2
发帖数: 499
5
mixed effects model or GEE.

【在 p*5 的大作中提到】
: 比如看某个药物的作用,用药组和对照组,跟踪一段时间
: 一般都用什么方法分析?

p*5
发帖数: 311
6
谢谢楼上几位的回复,有些我不太懂,我再查查。
在SAS,GEE是用 PROC GENMOD吗?
MIXED effects model,是用PROC MIX吗?
另外,看到有人用receiver operator curves,和zero-inflated poisson regression
,不懂,能有人给点简单解释吗?
d*******o
发帖数: 493
7
absolutely t-test,不会错的
S******t
发帖数: 1437
8
SAS,GEE是用 PROC GENMOD
MIXED effects model,是用PROC MIX
zero-inflated poisson regression 是应用在count data 而且有很多0存在的时候吧。

regression

【在 p*5 的大作中提到】
: 谢谢楼上几位的回复,有些我不太懂,我再查查。
: 在SAS,GEE是用 PROC GENMOD吗?
: MIXED effects model,是用PROC MIX吗?
: 另外,看到有人用receiver operator curves,和zero-inflated poisson regression
: ,不懂,能有人给点简单解释吗?

s*******2
发帖数: 499
9
mixed effects model是用proc mixed.
receiver operator curves不是好方法。
你可以看看基础的longitudinal analysis的书。

regression

【在 p*5 的大作中提到】
: 谢谢楼上几位的回复,有些我不太懂,我再查查。
: 在SAS,GEE是用 PROC GENMOD吗?
: MIXED effects model,是用PROC MIX吗?
: 另外,看到有人用receiver operator curves,和zero-inflated poisson regression
: ,不懂,能有人给点简单解释吗?

f****r
发帖数: 1140
10
好几个procedure都能用。但是貌似还得搞清楚这几个药组内部的 CS type吧。

【在 p*5 的大作中提到】
: 比如看某个药物的作用,用药组和对照组,跟踪一段时间
: 一般都用什么方法分析?

1 (共1页)
进入Statistics版参与讨论
相关主题
Proc mixed 显示non est求教:SAS怎样实现限制必须经过某个点的GLM
求助:有用过sas proc mixed里面repeated statement的吗?[合集] 请教PROC MIXED 高手:find difference in mean change f
谁能帮找几篇papers,预先谢谢请问怎么建立变量全是ordinal data的model?急,谢谢。
SAS daily tips - GEEproc GLM和proc Reg、proc Genmod的比较
longitudinal data analysis里面,GEE model 和 mixed model两个方法各有什么优越性吗?proc genmod 结果的问题
有人知道这是什么回事?proc genmod.[合集] need help with a reviewer's comment
Clustered Data能用GEE或Mixed Model吗?Proc Genmod 模型
请大家帮我看看应该用哪个model分析?GEE 还是cox regression with time varing covariate?mixed effects model 请教
相关话题的讨论汇总
话题: gee话题: mixed话题: data话题: proc