| getOptPathY {ParamHelpers} | R Documentation | 
Get y-vector or y-matrix from the optimization path.
Description
Get y-vector or y-matrix from the optimization path.
Usage
getOptPathY(op, names, dob, eol, drop = TRUE)
Arguments
op | 
 OptPath  | 
names | 
 character  | 
dob | 
 integer  | 
eol | 
 integer  | 
drop | 
 (  | 
Value
(numeric | matrix). The columns of the matrix are always named.
See Also
Other optpath: 
OptPath,
addOptPathEl(),
getOptPathBestIndex(),
getOptPathCols(),
getOptPathCol(),
getOptPathDOB(),
getOptPathEOL(),
getOptPathEl(),
getOptPathErrorMessages(),
getOptPathExecTimes(),
getOptPathLength(),
getOptPathParetoFront(),
getOptPathX(),
setOptPathElDOB(),
setOptPathElEOL()