Learn R Programming

rms (version 8.0-0)

Ocens2Surv: Ocens2Surv

Description

Converts an Ocens object to the simplest Surv object that works for the types of censoring that are present in the data.

Usage

Ocens2Surv(Y)

Value

a Surv object

Arguments

Y

an Ocens object

Examples

Run this code
Y <- Ocens(1:3, c(1, Inf, 3))
Ocens2Surv(Y)

Run the code above in your browser using DataLab