No, not really, but I hope you understand the point.
There are lots of great stat software packages (SAS, SPSS, R, S-Plus, STATA, etc.). R is even free. They all do survival analysis. Most of them can be used to spin the world backwards in the hands of a talented statistician/programmer, but therein lies the rub. Even if you gave me all the tools that you guys have, I wouldn't be able to do a decent job at what you do. I might be able to tie one of those fancy knots in a suture after a couple tries, but I certainly wouldn't be able to do what I would need to do.
About the software products, though:
None of them is easy to use, I believe, by someone who is not completely
sure of what he or she is doing with an analysis. In that sense, all of
them can be brutally difficult to use for someone who isn't a statistician.
Rafe
clear set obs 20 gen x1 = invnormal(uniform()) gen x2 = invnormal(uniform()) gen z = x1 + x2 + 0.1*invnormal(uniform()) regress z x1 x2 regress z x1 regress z x2