on 12/05/2008 09:10 PM Ritwik Sinha wrote:
> Hi All,
>
> Please pardon me if I am missing something obvious here. How do I get
> the Kaplan-Meier estimate function that is created by survfit and
> plotted by the code.
>
> fit <- survfit(Surv(time, status) , data=aml)
> plot(fit)
>
> That is, I n
Hi All,
Please pardon me if I am missing something obvious here. How do I get
the Kaplan-Meier estimate function that is created by survfit and
plotted by the code.
fit <- survfit(Surv(time, status) , data=aml)
plot(fit)
That is, I need a function that will give me the survival estimate at
a giv
Matthias Gondan wrote:
> Frank E Harrell Jr schrieb:
>> Matthias Gondan wrote:
data(colon)
s = survfit(Surv(time, status) ~ rx, data=colon)
plot(s)
plot(s, col=1:3)
>>> By the way: Does anyone know a neat way to indicate the number of
>>> patients under risk in
>>> the curve?
>>
Frank E Harrell Jr schrieb:
> Matthias Gondan wrote:
>>> data(colon)
>>> s = survfit(Surv(time, status) ~ rx, data=colon)
>>> plot(s)
>>> plot(s, col=1:3)
>>
>> By the way: Does anyone know a neat way to indicate the number of
>> patients under risk in
>> the curve?
> That's one of many options in
Matthias Gondan wrote:
> Hi Eleni, hi list,
>
> here is small sample program, the library is "survival", it is included
> in the standard R distribution.
>
>> data(colon)
>> s = survfit(Surv(time, status) ~ rx, data=colon)
>> plot(s)
>> plot(s, col=1:3)
>
> By the way: Does anyone know a neat wa
Hi Eleni, hi list,
here is small sample program, the library is "survival", it is included
in the standard R distribution.
> data(colon)
> s = survfit(Surv(time, status) ~ rx, data=colon)
> plot(s)
> plot(s, col=1:3)
By the way: Does anyone know a neat way to indicate the number of
patients unde
dent.kuleuven.be/%7Em0390867/dimitris.htm>
>
>
> - Original Message -
> From: "Eleni Christodoulou" <[EMAIL PROTECTED]>
> To:
> Sent: Thursday, February 14, 2008 2:50 PM
> Subject: [R] Kaplan Meier function
>
>
> > Hi all,
> >
> >
/biostat/
http://www.student.kuleuven.be/~m0390867/dimitris.htm
- Original Message -
From: "Eleni Christodoulou" <[EMAIL PROTECTED]>
To:
Sent: Thursday, February 14, 2008 2:50 PM
Subject: [R] Kaplan Meier function
> Hi all,
>
> I am trying to draw a Kapla
Eleni Christodoulou gmail.com> writes:
> I am trying to draw a Kaplan-Meier curve and I found online that Kaplan -
> Meier estimates are computed with a function called km in the event package.
> Is there an update for that because when I choose to download packages in
> R,. there is no package c
See the survfit() in the survival package which is one on the
recommended packages that should (I think) have come with R.
Eleni Christodoulou wrote:
> Hi all,
>
> I am trying to draw a Kaplan-Meier curve and I found online that Kaplan -
> Meier estimates are computed with a function called km in
Hi all,
I am trying to draw a Kaplan-Meier curve and I found online that Kaplan -
Meier estimates are computed with a function called km in the event package.
Is there an update for that because when I choose to download packages in
R,. there is no package called event, even though I have selected
11 matches
Mail list logo