predict.ll.order {nlts} | R Documentation |
Predict values from ll.order object.
Description
Calculates the leave-one-out predicted values for the optimal ll.order object
Usage
## S3 method for class 'll.order'
predict(object, ...)
Arguments
object |
an object of class "ll.order", usually, as a result of a call
to |
... |
no other arguments currently allowed |
Details
See ll.order
for details.
Value
A data frame with observed and predicted values for the optimal ll-model is returned.
See Also
[Package nlts version 1.0-2 Index]