summary.ciregic_lt: Summary of 'ciregic_lt'

View source: R/ciregic_lt.R

summary.ciregic_ltR Documentation

Summary of ciregic_lt

Description

summary method for class ciregic_lt

Usage

## S3 method for class 'ciregic_lt'
summary(object, ...)

Arguments

object

an object of class ciregic_lt, which is a result of a call to ciregic_lt

...

further arguments

Details

The function summary.ciregic_lt returns the coefficients, bootstrap standard errors, and etc. Additionally, 'significance star' is included.

Value

The function summary.ciregic_lt returns a list of summary statistics of the model from object.

varnames

a vector containing variable names

coefficients

a vector of the regression coefficient estimates

se

a bootstrap standard error of the coefficients

z

z value of the estimated coefficients

p

p value of the estimated coefficients

call

a matched call

See Also

The fitted semiparametric regression on cumulative incidence function with interval-censored competing risks data ciregic_lt and values of the predicted cumulative incidence functions predict.ciregic_lt

Examples

## Continuing the ciregic_lt(...) example
sfit_lt <- summary(fit_lt)
sfit_lt

intccr documentation built on May 10, 2022, 9:05 a.m.