genie3: Run genie3

View source: R/genie3.R

genie3R Documentation

Run genie3

Description

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.


blogsdon/metanetwork documentation built on April 27, 2022, 3:53 p.m.