predict: Predict Using SCE and SCA Models

predictR Documentation

Predict Using SCE and SCA Models

Description

Make predictions on new data using SCE or SCA models.

Usage

## S3 method for class 'sce'
predict(object, newdata, ...)
## S3 method for class 'sca'
predict(object, newdata, ...)

Arguments

object

An SCE or SCA model object

newdata

New data for prediction

...

Additional arguments

Value

Predictions for the new data.

See Also

sce, sca, evaluate


SCE documentation built on May 11, 2026, 9:07 a.m.

Related to predict in SCE...