Estimated regression coefficients
## S3 method for class 'survstan' coef(object, ...)
object
: an object of the class survstan...
: further arguments passed to or from other methodsthe estimated regression coefficients
library(survstan) fit <- aftreg(Surv(futime, fustat) ~ ecog.ps + rx, data = ovarian, baseline = "weibull", init = 0) coef(fit)
Useful links