R/mmpc.R

Defines functions mmpc

Documented in mmpc

mmpc <- function(y, x, max_k = 3, alpha = 0.05, method = "pearson", ini = NULL, hash = FALSE,
                 hashobject = NULL, backward = FALSE) {
  Rfast2::mmpc(y, x, max_k = 3, alpha = 0.05, method = "pearson", ini = NULL, hash = FALSE,
               hashobject = NULL, backward = FALSE)
}

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.