predict.CVA: Compute CV-scores from new data
Description
Compute CV-scores from new data
Usage
# S3 method for CVA
predict(object, newdata, ...)
Value
returns the CV-scores for new data
Arguments
- object
object of class CVA
- newdata
matrix or 3D array containing data in the same format as originally used to compute CVA
- ...
currently not used.