summary.Cox: Summary of parameter estimates of a Cox model

View source: R/summary.Cox.R

summary.CoxR Documentation

Summary of parameter estimates of a Cox model

Description

This function returns the result of the CoxMM function

Usage

## S3 method for class 'Cox'
summary(object, digits = 4, ...)

Arguments

object

Output from a call to Cox.

digits

The desired number of digits after the decimal point. Default of 4 digits is used.

...

Additional arguments

Value

Summary for CoxMM objects.

See Also

CoxMM

Examples


library(survival)
result <- CoxMM(Surv(time, status) ~ age + sex, lung)

summary(result,digits=4)




MMAD documentation built on July 9, 2023, 5:13 p.m.

Related to summary.Cox in MMAD...