| predict | R Documentation |
Make predictions on new data using SCE or SCA models.
## S3 method for class 'sce'
predict(object, newdata, ...)
## S3 method for class 'sca'
predict(object, newdata, ...)
object |
An SCE or SCA model object |
newdata |
New data for prediction |
... |
Additional arguments |
Predictions for the new data.
sce, sca, evaluate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.