BGcompare: Wrapper function of BG test

View source: R/utils.R

BGcompareR Documentation

Wrapper function of BG test

Description

This is a wrapper function of Biswas and Ghosh multivariate test implemented in SHT::eqdist.2014BG

Usage

BGcompare(
  X,
  Y,
  BG.method = c("asymptotic", "permutation", "automatic"),
  .n_perm,
  N_auto
)

Arguments

X, Y

two dataframes for comparisons

BG.method

string, "asymptotic","permutation","automatic"

.n_perm

number of permuation if method is permutation

N_auto

integer, the sample size for automatically choosing between asymptotic and permutation, below is permutation, above is asymptotic


yqzhong7/relate documentation built on Jan. 29, 2023, 6:33 p.m.