由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - proc lifereg,distribution selection
相关主题
问一个R的问题: survreg() vs. PROC LIFEREG该用cox regression model还是gee model?
问一个SAS lifereg的问题!请教个用SAS lifereg interval-censored survival analysis后作图的问题
对于 interval censor 的情况怎么写SAS code呀?proc lifereg
[急求助] survival analysis (SAS)问个R function Survfit 的问题
[合集] Bus arrival time distribution包子求助Survival问题,很菜,请大家包涵
同时有interval censoring和right censoring应该怎么用SAS做?tweedie distribution
如何SIMULATE CENSORING PROPROTION?power analysis if sample doesn't follow normal dist.
About the model adequacy test on Parametric survival analysisHow to compare two correlations in SAS?
相关话题的讨论汇总
话题: surv话题: dist话题: lifereg话题: proc
进入Statistics版参与讨论
1 (共1页)
a********a
发帖数: 346
1
%macro surv(dist=);
proc lifereg data=surv_w2;
class PERFSTAT;
model log_day*censor(1)=PERFSTAT base_ts_center PTRWK8 /dist=&dist;
run;
%mend;
%surv(dist=lnormal);
%surv(dist=exponential);
%surv(dist=weibull);
%surv(dist=gamma);
I am running proc lifereg with different distribution for the model. I got
Log likelihood for different distributions as following. Which distribution
I should use? How exponential distribution can be this worse with only 1
degree of freedom difference with weibu
j*****e
发帖数: 182
2
You can only compare weibull vs exponential, since the latter is nested in
the former. Exponential assumes constant hazard rate. Use nonparametric
method to estimate it, and see if this is the case.
For the rest, the likehood functions are different and they are not
comparable.
1 (共1页)
进入Statistics版参与讨论
相关主题
How to compare two correlations in SAS?[合集] Bus arrival time distribution
问个GENERALIZED线性模型中,DESIGN MATRIX变动的影响同时有interval censoring和right censoring应该怎么用SAS做?
How to the macro regression with if?如何SIMULATE CENSORING PROPROTION?
请帮忙看3道SAS题。About the model adequacy test on Parametric survival analysis
问一个R的问题: survreg() vs. PROC LIFEREG该用cox regression model还是gee model?
问一个SAS lifereg的问题!请教个用SAS lifereg interval-censored survival analysis后作图的问题
对于 interval censor 的情况怎么写SAS code呀?proc lifereg
[急求助] survival analysis (SAS)问个R function Survfit 的问题
相关话题的讨论汇总
话题: surv话题: dist话题: lifereg话题: proc