powered by
This function plots various diagnostics collected during the model fitting resulting from a call to owl() provided that diagnostics = TRUE.
owl()
diagnostics = TRUE
plotDiagnostics( object, ind = max(object$diagnostics$penalty), xvar = c("time", "iteration"), yvar = c("objectives", "infeasibility"), ... )
an object of class "Owl".
"Owl"
either "last"
what to place on the x axis. iteration plots each iteration, time plots the wall-clock time.
iteration
time
what to place on the y axis. objectives returns the primal and dual objectives whereas infeasibility returns the infeasibility metric.
objectives
infeasibility
other arguments that will be used to modify the call to lattice::xyplot()
lattice::xyplot()
An object of class "trellis", which, unless stored in a variable, will be plotted when its default print() method is called.
"trellis"
print()
# NOT RUN { x <- owl(abalone$x, abalone$y, sigma = 2, diagnostics = TRUE) plotDiagnostics(x) # }
Run the code above in your browser using DataLab