predict-abmodel-method function

Predicting on new data with a abmodel model

Predicting on new data with a abmodel model

This is a predict method for predicting new data points using a abmodel class object - refering to an ensemble of bagged trees methods

## S4 method for signature 'abmodel' predict(object, newdata)

Arguments

  • object: A abmodel-class object.
  • newdata: New data to predict using an abmodel object

Returns

predictions produced by an abmodel model.

See Also

abmodel-class for details about the bagging model;

  • Maintainer: Vitor Cerqueira
  • License: GPL (>= 2)
  • Last published: 2017-07-02

Useful links