summary.cox.kmi: Summary method for cox.kmi objects

Description Usage Arguments Value Author(s) See Also

Description

Provides a summary of the fitted model.

Usage

1
2
## 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@gmail.com

See Also

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


aallignol/kmi documentation built on June 4, 2019, 3:05 a.m.