|
|
沙发

楼主 |
发表于 2010-4-13 05:54:26
|
只看该作者
Re: 求助:生存曲线的标记问题
|
When a METHOD = PL, also the default, was implemented in PROC LIFETEST, step-wise KM curve was given with censor symbol as circle by default except you specified CS = NONE or other symbols. I do not know why you did not see it in your first model. When METHOD = LT, lifetime table, a different style of survival was given, point-to-point connection. It is very dubious you will need the censored marked in this method, because in this type of plot, two censors between the consecutive events could be representing two different survivals (the slope is not horizontal at all) and that is against common sense. Anyhow, in your first method, you are supposed to see the censorship mark and you can change it by an option of CS = none/star/…and so on in the statement of LIFETEST. |
|