se.survstan function

Estimated standard errors

Estimated standard errors

## S3 method for class 'survstan' se(object, ...)

Arguments

  • object: an object of the class survstan.
  • ...: further arguments passed to or from other methods.

Returns

a vector with the standard errors.

Examples

library(survstan) fit <- aftreg(Surv(futime, fustat) ~ ecog.ps + rx, data = ovarian, baseline = "weibull", init = 0) se(fit)