estimates: Parameters estimates of a survstan model

View source: R/estimates.R

estimatesR Documentation

Parameters estimates of a survstan model

Description

Parameters estimates of a survstan model

Usage

estimates(object, ...)

Arguments

object

an object of the class survstan.

...

further arguments passed to or from other methods.

Value

the parameters estimates of a given survstan model.

Examples


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



survstan documentation built on May 29, 2024, 8:41 a.m.