This function runs genie3 random forest network analysis on
Arguments
- y
Required. A response vector. If a factor, classification is assumed, otherwise regression is assumed. If omitted, randomForest will run in unsupervised mode.
- x
Required. A data frame or a matrix of predictors, or a formula describing the model to be fitted (for the print method, an randomForest object).