"epcreg"Obtain model predictions from training or new data for epcreg model.
# S3 method for epcreg
predict(object, newdata=NULL, ncores=1
, preschedule = TRUE, ...)Object of class "epcreg", typically the output of function epcreg.
New data frame to make predictions for. If NULL, prediction is made for training data.
Number of cores to use for parallel prediction.
Boolean flag, indicating whether base learner training jobs must be scheduled statically (TRUE) or dynamically (FALSE).
Arguments passed to/from other methods.
A vector of length nrow(newdata) (or of length of training data if newdata==NULL.)