predict.epcreg | R Documentation |
"epcreg"
Obtain model predictions from training or new data for epcreg
model.
## S3 method for class 'epcreg' predict(object, newdata=NULL, ncores=1 , preschedule = TRUE, ...)
object |
Object of class |
newdata |
New data frame to make predictions for. If |
ncores |
Number of cores to use for parallel prediction. |
preschedule |
Boolean flag, indicating whether base learner training jobs must be scheduled statically ( |
... |
Arguments passed to/from other methods. |
A vector of length nrow(newdata)
(or of length of training data if newdata==NULL
.)
Mansour T.A. Sharabiani, Alireza S. Mahani
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.