| evaluate | R Documentation |
Evaluate model performance for SCE or SCA models.
## S3 method for class 'sce'
evaluate(object, testing_data, training_data, digits = 3, ...)
## S3 method for class 'sca'
evaluate(object, testing_data, training_data, digits = 3, ...)
object |
An SCE or SCA model object |
testing_data |
Testing dataset |
training_data |
Training dataset |
digits |
Number of decimal places (default: 3) |
... |
Additional arguments |
Model performance metrics.
sce, sca, predict
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.