R/mrnet.wrap.R

Defines functions mrnet.wrap

Documented in mrnet.wrap

mrnet.wrap <- function(data){
    # estimator <- "spearman"
    mim <- build.mim(data,estimator="spearman")
    net  <- mrnet(mim)
    return(net);
}

Try the netbenchmark package in your browser

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

netbenchmark documentation built on May 2, 2019, 6:08 p.m.