[R] survival function with a Weibull dist

2006-09-21 Thread Anaid Diaz
Hi I am using R to fit a survival function to my data (with a weibull distribution). Data: Survival of individuals in relation to 4 treatments ('a','b','c','g') syntax: > survreg(Surv(date2)~males2, dist='weibull') But I have some problems interpreting the outcome and getting the paramete

Re: [R] survival function with a Weibull dist

2006-09-21 Thread Thomas Lumley
On Thu, 21 Sep 2006, Anaid Diaz wrote: > Hi > I am using R to fit a survival function to my data > (with a weibull distribution). > > Data: Survival of individuals in relation to 4 > treatments ('a','b','c','g') > > syntax: > > survreg(Surv(date2)~males2, dist='weibull') > > But I have some