Skip to content
Prev 281137 / 398513 Next

Calculate survival function for AFT model

Le vendredi 30 d?cembre 2011 ? 12:46 -0800, thebennjammin a ?crit :
Please specify the exact package, functions and actual code you use.
coxph(), as the name says, runs a Cox *proportional hazards* model,
which is different from an accelerated failure time model. You should
use survreg (package survival) if you want to run the later family.
Package rms offers convenience functions to compute and plot this. See
psm() and predict.psm().


Regards