predict.dsa {partDSA} | R Documentation |
predict.dsa
Description
Predicted values based on the DSA algorithm.
Usage
## S3 method for class 'dsa'
predict(object, newdata1, ...)
Arguments
object |
a |
newdata1 |
a data frame in which to look for variables with which to predict. |
... |
unused. |
[Package partDSA version 0.9.14 Index]