Learn R Programming

intccr (version 3.0.4)

summary.ciregic: Summary of ciregic

Description

summary method for class ciregic

Usage

# S3 method for ciregic
summary(object, ...)

Arguments

object

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

...

further arguments

Value

The function summary.ciregic 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

Details

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

See Also

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

Examples

Run this code
# NOT RUN {
## Continuing the ciregic(...) example
sfit <- summary(fit)
sfit

# }

Run the code above in your browser using DataLab