predict.tramnet {tramnet} | R Documentation |
"tramnet"
predict method for class "tramnet"
## S3 method for class 'tramnet' predict(object, newdata = .get_tramnet_data(object), ...)
object |
object of class |
newdata |
data used for prediction |
... |
Additional arguments to |
Vector of predictions based on object
evaluated at each row
of newdata
Lucas Kook