rec: Create a recurrent event object

Description Usage Arguments Value

View source: R/functions.R

Description

Create a recurrent event object

Usage

1
rec(id, time, status)

Arguments

id

A vector of id variable.

time

A vector of follow-up times.

status

A vector of event type, 1 = recurrent event, 2 = death, and 0 = censoring;

Value

An object of class rec used as an argument for rmtfit.


rmt documentation built on May 25, 2021, 9:06 a.m.