mmmb(target , dataset , max_k = 3 , threshold = 0.05 , test = "testIndFisher",
user_test = NULL, robust = FALSE, ncores = 1, hold = FALSE)
link{CondIndTests}
.
CondIndTests, MMPC, SES
set.seed(123)
require(hash)
#simulate a dataset with continuous data
dataset <- matrix( runif(1000 * 50, 1, 100), ncol = 50 )
#define a simulated class variable
target <- 3 * dataset[, 10] + 2 * dataset[, 50] + 3 * dataset[, 20] + rnorm(1000, 0, 5)
aa <- mmmb(target , dataset , max_k = 3 , threshold = 0.05, test= "testIndFisher", robust = FALSE,
ncores = 1, hold = FALSE)
ab <- SES(target, dataset, test="testIndFisher")
Run the code above in your browser using DataLab