powered by
Estimated regression coefficients
# S3 method for survstan coef(object, ...)
the estimated regression coefficients
an object of the class survstan
further arguments passed to or from other methods
# \donttest{ library(survstan) fit <- aftreg(Surv(futime, fustat) ~ ecog.ps + rx, data = ovarian, baseline = "weibull", init = 0) coef(fit) # }
Run the code above in your browser using DataLab