predict.VFC {SparseVFC} | R Documentation |
Predict method for VFC fits
Description
Predicted values based on VFC
objects.
Usage
## S3 method for class 'VFC'
predict(object, newdata, ...)
Arguments
object |
A |
newdata |
A vector specifying the position. |
... |
Not in use. |
Value
A vector.
See Also
[Package SparseVFC version 0.1.2 Index]