.epsilon_matrix {sGBJ} | R Documentation |
.epsilon_matrix
Description
Compute the epsilon matrix by permutation for the sGBJ_scores()
function.
Usage
.epsilon_matrix(Z, nperm, surv, factor_matrix, covariates = NULL, dat)
Arguments
Z |
the score vector returned by |
nperm |
number of permutations performed to estimate the |
surv |
a |
factor_matrix |
a |
covariates |
a |
dat |
data used to fit survival model returned by |
Value
The epsilon matrix.
[Package sGBJ version 0.1.0 Index]