estimates | R Documentation |
Parameters estimates of a survstan model
estimates(object, ...)
object |
an object of the class survstan. |
... |
further arguments passed to or from other methods. |
the parameters estimates of a given survstan model.
library(survstan)
fit <- aftreg(Surv(futime, fustat) ~ ecog.ps + rx, data = ovarian, baseline = "weibull", init = 0)
estimates(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.