Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

survstan (version 0.0.7.1)

se.survstan: Estimated standard errors

Description

Estimated standard errors

Usage

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

Value

a vector with the standard errors.

Arguments

object

an object of the class survstan.

...

further arguments passed to or from other methods.

Examples

Run this code
# \donttest{
library(survstan)
fit <- aftreg(Surv(futime, fustat) ~ ecog.ps + rx, data = ovarian, baseline = "weibull", init = 0)
se(fit)
# }

Run the code above in your browser using DataLab