powered by
Residuals for a fitted spbp model.
spbp
# S3 method for spbp residuals(object, type = c("cox-snell"), ...)
an object of class `spbp` result of a spbp fit.
type of residuals, default is "cox-snell"
further arguments passed to or from other methods
spbp.
# NOT RUN { library("spsurv") data("veteran") fit <- bpph(Surv(time, status) ~ karno + factor(celltype), data = veteran) residuals(fit) # }
Run the code above in your browser using DataLab