predict.ll.order: Predict values from ll.order object.
Description
Calculates the leave-one-out predicted values for the optimal ll.order
object
Usage
# S3 method for ll.order
predict(object, ...)
Arguments
object
an object of class "ll.order", usually, as a result of a call
to ll.order.
…
no other arguments currently allowed
Value
A data frame with observed and predicted values for the optimal
ll-model is returned.