Skip to content
Prev 138243 / 398506 Next

Problem plotting curve on survival curve (something silly?)


        
Peter wrote:
Aha - found it.  Its from my attempt to subgroup the data before I 
discovered subset...  I now have a curve instead of an oscillation. Now 
possibly that curve is wrong... will need to do more reading!

For reference the line above should read:

   > my_curve.Plac <- survreg( Surv(Survival, Censored==0)~
  1, subset=TreatmentGroup=="Placebo", data=TestData,
  dist='weibull')
Going off topic a bit - but did you mean customarily they are not 
censored or customarily they are not handled differently from censored!
I'm not competent to argue.  But are you suggesting there is a better 
way to assess fit of the line to the data?  Thats what I want - Not 
being a statistician I'm not fussed how its done.  But If I'm going to 
extrapolate a line I'd like to know its a reasonable fit first (is that 
purely by eye?)  There is a p value reported by survreg but no idea how 
to interpret it ;-)