gehan {MultSurvTests} | R Documentation |
Gehan test
Description
Computes the multivariate Gehan test statistic.
Usage
gehan(x, y, delta_x, delta_y, n1, n2, p, k = 1L, l = 1L)
Arguments
x |
Matrix |
y |
Matrix |
delta_x |
Matrix |
delta_y |
Matrix |
n1 |
Integer. Set as the number of rows in x |
n2 |
Integer. Set as the number of rows in y |
p |
Integer. Set as the number of columns in x and y |
k |
Integer. |
l |
Integer. |
Value
1x1 matrix containing a numeric
[Package MultSurvTests version 0.2 Index]