Last data update: 2014.03.03

R: Ploting function for prediction profile objects
plot.ppllR Documentation

Ploting 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.

...

no other arguments currently allowed

Details

See prediction.profile.ll for details.

Value

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

See Also

prediction.profile.ll

Results