extractHR {moonBook}R Documentation

Extract hazard ratio from a data.frame

Description

Extract hazard ratio from a data.frame

Usage

extractHR(x, digits = 2)

Arguments

x

an object of class coxph

digits

An integer indicating the number of decimal places (round) or significant digits to be used. Default value is 2.

Value

a data.frame consist of hazard ratio and 95 the p values.

Examples

require(survival)
data(cancer)
fit=coxph(Surv(time,status)~age+sex+obstruct+perfor,data=colon)
extractHR(fit)

[Package moonBook version 0.3.1 Index]