由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - How to plot log cumulative hazard output in SAS
相关主题
HELP!!!!!Help for freq subset
how to output cumulative percent to a dataset from Proc Freq?My own solution 请教SAS Macro - Baozi to thank you!!!
还是那个MACRO的问题SAS问题求教
请教SAS 问题求教proc sql 问题
sas问题SAS help
请教macro的一个小程序,请教一个用SAS作DATA MERGE的问题
很弱的SAS合并数据问题有什么办法能够数出sas dataset里的变量数。
请教SAS macro - please help, still not resolved现在是这么一个问题。
相关话题的讨论汇总
话题: cumulative话题: hazard话题: plot话题: sas话题: output
进入Statistics版参与讨论
1 (共1页)
h******3
发帖数: 190
1
I found the following online, but realize "loglogs=logh" that is supposed to
give log cumulative hazard output does not work...
"proc phreg data='c:\alda\rearrest' noprint;
strata personal;
model months*censor(1)= /ties=efron;
baseline out=strata covariates=null logsurv=lsurv loglogs=logh /method=pl
nomean;
run;
"
??
thanks for help~
y***n
发帖数: 51
2
try this:
proc lifetest data='c:\alda\rearrest' plot=(lls); % some version is plot=
loglogsurv
model months*censor(1)=treat;
run;
h******3
发帖数: 190
3

Thank you!

【在 y***n 的大作中提到】
: try this:
: proc lifetest data='c:\alda\rearrest' plot=(lls); % some version is plot=
: loglogsurv
: model months*censor(1)=treat;
: run;

1 (共1页)
进入Statistics版参与讨论
相关主题
现在是这么一个问题。sas问题
SAS help needed: baozi will be given请教macro的一个小程序,
[提问]怎样提取SAS Dateset的observation number?很弱的SAS合并数据问题
请教这种freq 该用什么code算(sas)?Thanks!请教SAS macro - please help, still not resolved
HELP!!!!!Help for freq subset
how to output cumulative percent to a dataset from Proc Freq?My own solution 请教SAS Macro - Baozi to thank you!!!
还是那个MACRO的问题SAS问题求教
请教SAS 问题求教proc sql 问题
相关话题的讨论汇总
话题: cumulative话题: hazard话题: plot话题: sas话题: output