Displaying 1 result from an estimated 1 matches for "wshape".
Did you mean:
  shape
  
2005 Jun 09
2
Weibull survival modeling with covariate
I was wondering if someone familiar 
with survival analysis can help me with 
the following.
I would like to fit a Weibull curve, 
that may be dependent on a covariate, 
my dataframe "labdata" that has the 
fields "cov", "time", and "censor".  Do 
I do the following?
wieb<-survreg(Surv(labdata$time, 
labadata$censor)~labdata$cov,