Skip to contents

This function runs genie3 random forest network analysis on

Usage

genie3(y, x)

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).

Value

A matrix of importance measure, one row for each predictor variable. The column(s) are different importance measures.