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

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