predict.tramnet {tramnet} | R Documentation |
predict method for class "tramnet"
Description
predict method for class "tramnet"
Usage
## S3 method for class 'tramnet'
predict(object, newdata = .get_tramnet_data(object),
...)
Arguments
object |
object of class |
newdata |
data used for prediction |
... |
Additional arguments to |
Value
Vector of predictions based on object
evaluated at each row
of newdata
Author(s)
Lucas Kook
[Package tramnet version 0.0-8 Index]