plot.ppll {nlts}R Documentation

Plot function for prediction profile objects

Description

‘plot’ method for class "ppll".

Usage

## S3 method for class 'ppll'
plot(x, ...)

Arguments

x

an object of class "ppll", usually, as a result of a call to prediction.profile.ll.

...

generic plot arguments.

Details

See prediction.profile.ll for details.

Value

A xy-plot of one minus the cross-validation error (i.e. the prediction accuracy against prediction time step.

See Also

prediction.profile.ll


[Package nlts version 1.0-2 Index]