print.ll.order {nlts}R Documentation

Print nonparametric cross-validation for time-series order

Description

‘print’ method for class "ll.order".

Usage

## S3 method for class 'll.order'
print(x, verbose = FALSE, ...)

Arguments

x

an object of class "ll.order", usually, as a result of a call to ll.order.

verbose

if TRUE provides a raw-printing of the object.

...

no other arguments currently allowed

Details

See ll.order for details.

Value

A matrix summarizing the minimum cross-validation error (cv.min) and the associated Gaussian-kernel bandwidth (bandwidth.opt) and model degrees-of-freedom for each order considered.

See Also

ll.order


[Package nlts version 1.0-2 Index]