Skip to content
Prev 177317 / 398506 Next

Survreg/psm output

Laura Bonnett wrote:
library(Design)
f <- psm(...)
h <- Hazard(f)  # fitted hazard function as an R function
h    # look at it
Evaluate h at any time and any linear predictor (the latter being 
computed by for example predict(f, newdata)).

Frank