"epenreg"Obtain model predictions from training or new data for epenreg model.
# S3 method for epenreg
predict(object, newdata=NULL, ncores=1, ...)A vector of length nrow(newdata) (or of length of training data if newdata==NULL.)
Object of class "epenreg", typically the output of function epenreg.
New data frame to make predictions for. If NULL, prediction is made for training data.
Number of cores to use for parallel prediction.
Arguments passed to/from other methods.
Mansour T.A. Sharabiani, Alireza S. Mahani