rank.recurrents {TRONCO} | R Documentation |
Return the first n recurrent events
rank.recurrents(x, n)
x |
A TRONCO compliant dataset. |
n |
The number of events to rank |
the first n recurrent events
data(test_dataset) dataset = rank.recurrents(test_dataset, 10)