Get y-vector or y-matrix from the optimization path.
getOptPathY(op, names, dob, eol, drop = TRUE)(numeric | matrix). The columns of the matrix are always named.
OptPath
Optimization path.
character
Names of performance measure.
Default is all performance measures in path.
integer
Vector of date-of-birth values to further subset the result.
Only elements with a date-of-birth included in dob are selected.
Default is all.
integer
Vector of end-of-life values to further subset the result.
Only elements with an end-of-life included in eol are selected.
Default is all.
(logical(1))
Return vector instead of matrix when only one y-column was selected?
Default is TRUE.
Other optpath:
OptPath,
addOptPathEl(),
getOptPathBestIndex(),
getOptPathCol(),
getOptPathCols(),
getOptPathDOB(),
getOptPathEOL(),
getOptPathEl(),
getOptPathErrorMessages(),
getOptPathExecTimes(),
getOptPathLength(),
getOptPathParetoFront(),
getOptPathX(),
setOptPathElDOB(),
setOptPathElEOL()