Learn R Programming

TRONCO (version 2.4.2)

rank.recurrents: rank.recurrents

Description

Return the first n recurrent events

Usage

rank.recurrents(x, n)

Arguments

x
A TRONCO compliant dataset.
n
The number of events to rank

Value

the first n recurrent events

Examples

Run this code
data(test_dataset)
dataset = rank.recurrents(test_dataset, 10)

Run the code above in your browser using DataLab