由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - need some help about survival analysis in SAS code
相关主题
survival 中关于censoring的问题请教个用SAS lifereg interval-censored survival analysis后作图的问题
对于 interval censor 的情况怎么写SAS code呀?Question on SAS estimation result
请教一个fit Cox PHREG model的问题问个censored的survival data概念
proc phreg 的 projecte probability.SAS Logistic Regression算出来的Estimated Probability of Default太小
SAS question (紧急求助,在线等)问一个SAS Life-table的问题 !
SAS question, the data have been changed (紧急求助,在线等)再问个概率题
请教一个sample size calculation的问题请教HAZARD MODEL的sas code
how to draw an area in sastime-to-event survival model vs time sliced classification models
相关话题的讨论汇总
话题: sas话题: patient话题: treatment话题: dependent话题: my
进入Statistics版参与讨论
1 (共1页)
c*********4
发帖数: 3
1
My research is based on how the treatments influence the patient's hazard
rate. It is kind of similar to the transplant treatment fixed effect and
time-dependent effect in biostatistics. Does anyone who knows SAS well give
me some advice on this code?
my email: c*********[email protected]
Data description:
depend=0, as dependent variable, represent the patient is dead, =1
represents the patient is censored.
trt=1 represent one treatment, =2, two treatment.
treatment1 means the time (year)from the st
l****r
发帖数: 57
2
If you want to predict the patient's death influenced by the treatments.
Consider the following the idea:
If all your independent variables has two values and time-dependent, and
future state only depends on current state, you could construct a discrete-
time Markov chain. Don't forget to add one state as death state. For
estimating the transition matrix composed by transition probabilities
between two states especially from one risk state to death, you could use
logistic regression model.

give

【在 c*********4 的大作中提到】
: My research is based on how the treatments influence the patient's hazard
: rate. It is kind of similar to the transplant treatment fixed effect and
: time-dependent effect in biostatistics. Does anyone who knows SAS well give
: me some advice on this code?
: my email: c*********[email protected]
: Data description:
: depend=0, as dependent variable, represent the patient is dead, =1
: represents the patient is censored.
: trt=1 represent one treatment, =2, two treatment.
: treatment1 means the time (year)from the st

1 (共1页)
进入Statistics版参与讨论
相关主题
time-to-event survival model vs time sliced classification modelsSAS question (紧急求助,在线等)
[急求助] survival analysis (SAS)SAS question, the data have been changed (紧急求助,在线等)
请教R有没有package做Linear Mixed Model Survival Analysis (continuous,right censored DV)请教一个sample size calculation的问题
问个统计问题how to draw an area in sas
survival 中关于censoring的问题请教个用SAS lifereg interval-censored survival analysis后作图的问题
对于 interval censor 的情况怎么写SAS code呀?Question on SAS estimation result
请教一个fit Cox PHREG model的问题问个censored的survival data概念
proc phreg 的 projecte probability.SAS Logistic Regression算出来的Estimated Probability of Default太小
相关话题的讨论汇总
话题: sas话题: patient话题: treatment话题: dependent话题: my