predict.epenreg: Predict method for class '"epenreg"'

Description Usage Arguments Value Author(s)

Description

Obtain model predictions from training or new data for epenreg model.

Usage

1
2
## S3 method for class 'epenreg'
predict(object, newdata=NULL, ncores=1, ...)

Arguments

object

Object of class "epenreg", typically the output of function epenreg.

newdata

New data frame to make predictions for. If NULL, prediction is made for training data.

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


EnsemblePenReg documentation built on May 2, 2019, 7:29 a.m.