summary.cox.kmi {kmi}R Documentation

Summary method for cox.kmi objects

Description

Provides a summary of the fitted model.

Usage

## S3 method for class 'cox.kmi':
summary(object, conf.int = 0.95, scale = 1, ...)

Arguments

object An object of class cox.kmi.
conf.int Level of the confidence intervals. Default is 0.95
scale Vector of scale factors for the coefficients, default to 1. The confidence limits are for the risk change associated with one scale unit.
... Further arguments

Value

An object of class summary.cox.kmi with the following components:

call The matched call
coefficients A matrix with 5 columns including the regression coefficients, subdistribution hazard ratios, standard-errors, t-statistics and corresponding two-sided p-values.
conf.int A matrix with 4 columns that consists of the subdistribution hazard ratios, exp(-coef) and the lower and upper bounds of the confidence interval.
individual.fit A list of summary.coxph objects for each imputed data set

Author(s)

Arthur Allignol, arthur.allignol@fdm.uni-freiburg.de

See Also

cox.kmi, print.summary.cox.kmi, summary.coxph


[Package kmi version 0.3-2 Index]