se.survstan: Estimated standard errors

View source: R/estimates.R

se.survstanR Documentation

Estimated standard errors

Description

Estimated standard errors

Usage

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

Arguments

object

an object of the class survstan.

...

further arguments passed to or from other methods.

Value

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)



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