R/chi2test.R

Defines functions chi2test

Documented in chi2test

chi2test <- function(x, indx, indy, indz, dc) {
  Rfast::chi2Test(x, indx, indy, indz, dc)
}

Try the pchc package in your browser

Any scripts or data that you put into this service are public.

pchc documentation built on April 4, 2025, 1:11 a.m.