Skip to content
Back to formatted view

Raw Message

Message-ID: <78BE7FAC528458499129DBA4BFD1059D0B5F9B7DF4@antares-ex.antares.internal>
Date: 2013-07-24T09:32:49Z
From: Emmanuel Giménez
Subject: Adjusting published survival functions

Dear,

I would like to know how to adjust survival functions in R and after reading lots of posts I don't have it clear. I downloaded the fitdistrplus package but it seems me like it only fits univariately the functions.
Being specific , having a survival curve which corresponds to a set of data such as:
"months"	"survival"
1	0,9
2	0,85
3	0,83
3,5	0,8
4,2	0,75
5	0,43
7	0,4
9	0,3
11	0,3
13	0,3

i'm searching the parameters that fit with the curve with loglogistic, lognormal and weibull, and then, comparing the AICs of the adjustments, to select the best fit curve.
Could you please help me?

Thank you in advance,

Manu