Displaying 6 results from an estimated 6 matches for "survival2".
Did you mean:
survival
2019 Jun 01
3
survival changes
...contain
>> plot.survfit and plot.survfit3 methods, the former a two line "convert and call the
>> second" function.
>>
>> 3. Something I haven't thought of.
>
> A more "clean break" solution would be to start a whole new package
> (call it survival2) that would make these changes, and deprecate the
> current survival. You could add warnings about deprecation and urging
> users to switch in existing survival functions. You could continue
> bugfixes for survival but only add new features to survival2. The new
> survival2 and the curr...
2019 Jun 01
0
survival changes
...39; functions. The package would contain
> plot.survfit and plot.survfit3 methods, the former a two line "convert and call the
> second" function.
>
> 3. Something I haven't thought of.
A more "clean break" solution would be to start a whole new package
(call it survival2) that would make these changes, and deprecate the
current survival. You could add warnings about deprecation and urging
users to switch in existing survival functions. You could continue
bugfixes for survival but only add new features to survival2. The new
survival2 and the current survival could l...
2019 Jun 01
4
survival changes
In the next version of the survival package I intend to make a non-upwardly compatable
change to the survfit object.? With over 600 dependent packages this is not something to
take lightly, and I am currently undecided about the best way to go about it.? I'm looking
for advice.
The change: 20+ years ago I had decided not to include the initial x=0,y=1 data point in
the survfit object
2019 Jun 02
0
[EXTERNAL] Re: survival changes
...> plot.survfit and plot.survfit3 methods, the former a two line "convert and call the
>>> second" function.
>>>
>>> 3. Something I haven't thought of.
>> A more "clean break" solution would be to start a whole new package
>> (call it survival2) that would make these changes, and deprecate the
>> current survival. You could add warnings about deprecation and urging
>> users to switch in existing survival functions. You could continue
>> bugfixes for survival but only add new features to survival2. The new
>> surviv...
2008 May 09
1
how to plot two graphs in one figure
Dear helpers,
I am trying to plot two survival curves in the same figure.
plot(survival)
// in matlab, one just need to call "hold on"
plot(survival2)
I am wondering how to do it in R. Thank you very much!
--
Zhandong Liu
Genomics and Computational Biology
University of Pennsylvania
616 BRB II/III, 421 Curie Boulevard
University of Pennsylvania School of Medicine
Philadelphia, PA 19104-6160
[[alternative HTML version deleted]]
2004 Nov 03
3
Estimating survival?
Hi,
Sorry to trouble the list. I have a problem which I'm not sure how to resolve.
I have a Cox model with 1 independent variable with 2 categories (and
thus 2 survival curves on plotting survfit)
How can I get an estimate of survival for each category at a
particular time point, with standard error?
Looking through ?cph and ?coxph, I'm not quite sure how to go about
that. I would