mobForest (version 1.3.1)

mobforest.output: Model-based random forest object

Description

Random Forest Output object that stores all the results including predictions, variable importance matrix, model, family of error distributions, and observed responses.

Usage

mobforest.output(oob_predictions, general_predictions,
  new_data_predictions, varimp_object, model_used, family, train_response,
  new_response = data.frame(matrix(0, 0, 0)))

Arguments

oob_predictions

Predictions on out-of-bag data.

general_predictions

Predictions on learning data.

new_data_predictions

Predictions on new test data.

varimp_object

The variable importance object.

model_used

The model used.

family

A description of the error distribution and link function to be used in the model.

train_response

Response outcome of training data.

new_response

Response outcome of test data.

See Also

'>prediction.output, '>varimp.output