mictools_null {minerva} | R Documentation |
This set of functions are helper function to compute null distribution of the tic_e
and
tic_e
observed distribution from a matrix
Description
This set of functions are helper function to compute null distribution of the tic_e
and
tic_e
observed distribution from a matrix
Usage
mictools_null(x, alpha = 9, C = 5, nperm = 200000L, seed = 0L)
Arguments
x |
matrix N x M with M variables and N samples |
alpha |
numeric value representing parameter for the mine statistic see |
C |
c parameter for the mine statistic see |
nperm |
numper of permutation |
seed |
integer to set the starting seed for random number generation (for reproducibility). |
Value
It returns a vector of nperm
tic_e
values.
Functions
-
mictools_null
: compute thetic_e
null distribution
See Also
[Package minerva version 1.5.10 Index]