Learn R Programming

minerva (version 1.5.10)

mictools_null: 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 mine

C

c parameter for the mine statistic see mine

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 the tic_e null distribution

See Also

mictools