predict.ll.order: Predict values from ll.order object.

Description Usage Arguments Details Value See Also

Description

Calculates the leave-one-out predicted values for the optimal ll.order object

Usage

1
2
## S3 method for class '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

Details

See ll.order for details.

Value

A data frame with observed and predicted values for the optimal ll-model is returned.

See Also

ll.order


nlts documentation built on May 1, 2019, 8:44 p.m.

Related to predict.ll.order in nlts...