View source: R/base_functions.R
agreaterb | R Documentation |
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.
agreaterb(a, b)
a |
Vector of event times |
b |
Vector of event times |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.