agreaterb {icmstate} | R Documentation |
Check if event time is larger than other event time
Description
Function which takes as input a vector a with event times and a vector b with event times and checks whether each entry in a is larger than the entries in b.
Usage
agreaterb(a, b)
Arguments
a |
Vector of event times |
b |
Vector of event times |
Value
Matrix of size (length(a) * length(b)) with binary values indicating whether the event times in a are larger than the event times in b
[Package icmstate version 0.1.1 Index]