predict.CVA {Morpho} | R Documentation |
Compute CV-scores from new data
Description
Compute CV-scores from new data
Usage
## S3 method for class 'CVA'
predict(object, newdata, ...)
Arguments
object |
object of class |
newdata |
matrix or 3D array containing data in the same format as originally used to compute CVA |
... |
currently not used. |
Value
returns the CV-scores for new data
[Package Morpho version 2.12 Index]