mgc.stat.driver {mgc}R Documentation

MGC Sample Statistic Internal Driver

Description

MGC Sample Statistic Internal Driver

Usage

mgc.stat.driver(DX, DY, option = "mgc")

Arguments

DX

the first distance matrix.

DY

the second distance matrix.

option

is a string that specifies which global correlation to build up-on. Defaults to 'mgc'.

'mgc'

use the MGC global correlation.

'dcor'

use the dcor global correlation.

'mantel'

use the mantel global correlation.

'rank'

use the rank global correlation.


[Package mgc version 2.0.2 Index]