predict.epenreg {EnsemblePenReg} | R Documentation |
Predict method for class "epenreg"
Description
Obtain model predictions from training or new data for epenreg
model.
Usage
## S3 method for class 'epenreg'
predict(object, newdata=NULL, ncores=1, ...)
Arguments
object |
Object of class |
newdata |
New data frame to make predictions for. If |
ncores |
Number of cores to use for parallel prediction. |
... |
Arguments passed to/from other methods. |
Value
A vector of length nrow(newdata)
(or of length of training data if newdata==NULL
.)
Author(s)
Mansour T.A. Sharabiani, Alireza S. Mahani
[Package EnsemblePenReg version 0.7 Index]