confint.survstan: Confidence intervals for the regression coefficients

View source: R/estimates.R

confint.survstanR Documentation

Confidence intervals for the regression coefficients

Description

Confidence intervals for the regression coefficients

Usage

## S3 method for class 'survstan'
confint(object, parm = NULL, level = 0.95, ...)

Arguments

object

an object of the class survstan.

parm

a specification of which parameters are to be given confidence intervals, either a vector of numbers or a vector of names. If missing, all parameters are considered.

level

the confidence level required.

...

further arguments passed to or from other methods.

Value

100(1-alpha) confidence intervals for the regression coefficients.

Examples


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



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