R/pc.sel.R

Defines functions pc.sel

Documented in pc.sel

pc.sel <- function(target, dataset, threshold = 0.05) {
  Rfast2::pc.sel(target, dataset, alpha = threshold)
}

Try the MXM package in your browser

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

MXM documentation built on Aug. 25, 2022, 9:05 a.m.