Surv.accessors {Design}R Documentation

Accessors for survivals Surv object.

Description

These function allow code to access the components of a survival Surv object in a implementation independant way.

Usage

Surv.event(surv)
Surv.strata(surv)
Surv.time(surv)

Arguments

surv a survival object

Value

returns the part of the object requested

Author(s)

Charles Dupont

See Also

Surv


[Package Design version 2.1-2 Index]