Skip to content

survival parametric question

3 messages · denis lalountas, Brian Ripley, Frank E Harrell Jr

#
The survival package is a recommended package in R and contains survreg() 
which uses the AFT definitions for Weibull survival.  This is well 
documented, and MASS (the book) has comparisons of PH and AFT 
parametrization for a Weibull example.

I think you mean Frank Harrell's `Design' package.  As far as I am aware 
that has a function psm() (not PSM) which is based on survreg(), so the 
interpretation should be the same.
On Fri, 26 Aug 2005, denis lalountas wrote:

            

  
    
#
Prof Brian Ripley wrote:
Yes, at least until you run a psm Weibull fit through the pphsm 
convertor function.  I recommend that Denis run the psm fit through 
Design's Hazard and Survival functions to create S functions containing 
the analytic representation of hazard and survival functions.  There's 
also Mean and Quantile, and latex.psm.

Frank