fitReg: Regression Models for Competing Risks

Description Usage Arguments Value See Also Examples

View source: R/fitAndTestCompRiskReg.R

Description

fits Cox model for every type of an event including occuring of competing risks.

Usage

1
fitReg(time, risk, group, cens = NULL)

Arguments

time

vector with times of the first event or follow-up, must be numeric.

risk

vector with type of event, can be numeric or factor/character.

group

vector with group variable, can be numeric or factor/character.

cens

value of 'risk' indicating censored observation (if NULL, the first value of 'risk' vector will be taken).

Value

a list of length n, where n is number of different types of events. Each element of a list is a result of crr function from cmprsk package for given type of event.

See Also

crr

Examples

1
fitReg(time = LUAD$time, risk = LUAD$event, group = LUAD$gender, cens = "alive")

cr17 documentation built on May 1, 2019, 7:31 p.m.